in reply to Anyone know how to get cmd line perl?

you could try adding #!/usr/bin/perl -w at the beginning of the script, then chmoding script.pl to give it execution permission, and finally: running it (./script.pl).

just as with a sh(1) script.

if you want to run it as script, then name your script 'script'.

Note: this is for a unix-like OS, so if someone cares to reap the node, go ahead

  • Comment on Re: Anyone know how to get cmd line perl?