View Single Post
  #3 (permalink)  
Old 03-12-2008, 01:27 AM
bluesky bluesky is offline
D-Web Analyst
 
Join Date: Jun 2007
Posts: 201
bluesky is on a distinguished road
Default Re: Perl its - strengths

A replacement for shell scripts:
One of the worst things about shell scripting—whether in bash, sh or csh—is that the syntax of the scripts themselves is fairly hard to read.

By using perl as a scripting language instead of a "traditional" shell, you can use much more C-like syntax without sacrificing functionality.

Thanks
Reply With Quote