
Laurent_R
Veteran
/ Moderator
Feb 21, 2014, 10:05 AM
Post #2 of 3
(2365 views)
|
Please show how you call it from Perl. I can't answer without that. But the main point is that there is no point calling a sed command from Perl, since Perl can do everything that sed can do, and it can do it better and il most cases faster. You should do it in Perl.
|