in reply to Re: Shell script to Perl
in thread Shell script to Perl

I agree. There's a time and place for Perl. This is not it.

My personal philosophy is, try it first as a shell script. If I find that I have to do anything more than operate over a list of things (or find myself wanting an array), move over to Perl.