Pragma that currently supports three VMS-specific language features:
Makes $? and system return VMS status values instead of emulating POSIX.
$?
system
Makes exit take a VMS status value instead of assuming that exit 1 is an error.
exit
exit 1
Makes all times relative to the local time zone.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]