View Single Post
  #9  
Old 11-17-2012, 01:25 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

run your script in perl (not in the emulator) from a command prompt like this:

perl scriptname.pl

you'll need to either be in the directory where the script is or supply perl with the full path to the script.

the -c option tells perl to only run a syntax check.
Reply With Quote