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.
|