I have downloaded RuntimeBuilder and attempted to use it. Directions say to drag &
drop a PerlScript.pl textfile on it. I am trying the sample perl code that Chris sent
me (just changed the hard drive name):
---
#!perl -w
use File::Basename;
use File::Copy;
use M
At the beginning of an MPW perl script, I have:
Perl -Sx "{0}" {"Parameters"}; Exit {Status}
However, if I try to run that script with:
Perl scriptname
then Perl complains. Any thoughts on what to do about it? Is there a way
to make a script work when called by its own name A