in reply to Re: Running Perl Scripts on a Mac?
in thread Running Perl Scripts on a Mac?
One more typo -- you'd type scriptname.pl after you've followed the rest of your instructions. As with any other perl box, you can run scripts one of two ways from the command line:
Update: if you want to make sure perl is in your path, type which perl at the command line. It's installed by default at /usr/bin/perl (but without critical header files that are needed to build new modules, at least in 10.3 server, as I found out today).
|
|---|