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 |