in reply to One Line of Salvation
You might also find the -x command line option useful. From perlrun:
-x directory--
tells Perl that the script is embedded in a message. Leading garbage will be discarded until the first line that starts with #! and contains the string "perl". Any meaningful switches on that line will be applied. If a directory name is specified, Perl will switch to that directory before running the script. The -x switch controls only the disposal of leading garbage. The script must be terminated with __END__ if there is trailing garbage to be ignored (the script can process any or all of the trailing garbage via the DATA filehandle if desired).
"Perl makes the fun jobs fun
and the boring jobs bearable" - me
|
|---|