start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.166 vars Chapter 8
Standard Modules
Next: IV. CGI
 

8.167 vmsish

Pragma that currently supports three VMS-specific language features:

status

Makes $? and system return VMS status values instead of emulating POSIX.

exit

Makes exit take a VMS status value instead of assuming that exit 1 is an error.

time

Makes all times relative to the local time zone.


Previous: 8.166 vars Perl in a Nutshell Next: IV. CGI
8.166 vars Book Index IV. CGI