On Wednesday, March 5, 2003, at 04:09 PM, Nicholas G. Thornton wrote:


Hello, I'm used to programming on MacPerl from back in the day with OS9 and
before (though I've also done a little Perl on windows.) Now I'm trying to make
the switch over to using the unixish Perl that comes with OSX and I'm having
difficulties. As I recall you can run a script from the commandline via a
command something like this:


perl file.plx (@ARGV)

But whenever I try this nothing happens. Doesn't matter what's in the file, it
just gives a new commandline. What am I missing here, or doing wrong?

You need to convert the line-endings in the script to Unix. They're Mac right now.


-Ken

Reply via email to