in reply to Shell scripts and perl
One obvious condition is when one needs to have a script that does the same thing on multiple operating systems. After all, Windows, *ix, z/OS, VMS, etc all have different scripting languages.
The other condition is, of course, when it's easier to write the script in Perl, which is why I learned Perl, as opposed to trying to write something with significant logic in a BAT file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Shell scripts and perl
by blazar (Canon) on Sep 11, 2007 at 07:32 UTC |