in reply to Re: RFC: UNIX shell to Perl converter
in thread RFC: UNIX shell to Perl converter

Good point, and I agree, but it's a question of scale. When these programs are called in loops (and often are) it is not unusual to get a script forking hundreds or thousands of child processes. I agree that a well written shell script can be more efficient than a Perl program, particularly when the Perl loads modules. If you have such a script I doubt it would be a candidate for conversion.
  • Comment on Re^2: RFC: UNIX shell to Perl converter