Perl programming on MPE/iX - February 2001

February 9, 2001
Solution Symposium
Page 20
hp e3000
perl
programming
how to execute the interpreter
/PERL/PUB/perl [optional parameters]
#!/PERL/PUB/perl [optional parameters]
-c - check syntax without doing execution
-d - run the Perl debugger
-e - specify one line of script (like sed)
-v - print minimal version information
-V - print verbose version information
-w - prints VERY useful syntax and runtime warnings!!!