in reply to Command-line arguments to command-line Perl
I'm curious as to why you need to write a tcsh script at all. Writing scripts in csh (or tcsh) is generally frowned upon; see Csh Programming Considered Harmful for the gory details. Good old /bin/sh is more portable and a generally sounder programming language.
If you possibly can get away with it, however, I strongly urge you to consider writing the whole thing in Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Command-line arguments to command-line Perl
by RecursionBane (Beadle) on Oct 04, 2010 at 05:06 UTC |