Lines Matching refs:status
13 use vmsish 'status'; # or '$?'
28 'status' (a.k.a '$?'), 'exit', 'time' and 'hushed'.
34 =item C<vmsish status>
36 This makes C<$?> and C<system> return the native VMS exit status
37 instead of emulating the POSIX exit status.
41 This makes C<exit 1> produce a successful exit (with status SS$_NORMAL),
44 to an exit status of SS$_NORMAL, and any other argument to exit() is
45 used directly as Perl's exit status.
54 This suppresses printing of VMS status messages to SYS$OUTPUT and
55 SYS$ERROR if Perl terminates with an error status. and allows
59 symbol $STATUS will still have the termination status, but with a
77 The status of the hushed flag also affects output of VMS error
91 routine vmsish::hushed(). Without argument, it returns the hushed status.
122 $bits |= 0x40000000, next if $sememe eq 'status' || $sememe eq '$?';
132 $^H |= bits(@_ ? @_ : qw(status time));
145 $^H &= ~ bits(@_ ? @_ : qw(status time));