in reply to Perl vs. Shell Script

As a data point, I used to do a lot of shell scripting, but then learned Perl. Now I do all the shell stuff in perl instead. I find it a much more powerful and pleasant language than sh or bash. The only shell programming I do nowadays is setup of my personal environment.

-Mark