in reply to Re: Unix shell versus Perl
in thread Unix shell versus Perl
Let me give another example of shell suckiness. Write a script to run FTP, check the output and if it fails do some rollback action. Perl, easy (Net::FTP). Shell, you run, grep and pray. Again, different platforms, different ftp command line syntax... Linux, Solaris, argh.
Regards, Peter
http://perl.dragonstaff.co.uk
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Unix shell versus Perl
by JavaFan (Canon) on Aug 05, 2008 at 13:29 UTC |