On Sat, Mar 23, 2002 at 04:38:58PM -0700, Sean M. Burke wrote:
> At 17:58 2002-03-22 -0800, William R Ward wrote:
> >The documentation for "die" (in Perl 5.6.1) looks like this:
> >[...]However, EXPR is not part of the signature for this function!
>
> pod-people isn't the right list for this. But
Sean M Burke <[EMAIL PROTECTED]> writes:
> At 17:58 2002-03-22 -0800, William R Ward wrote:
>> The documentation for "die" (in Perl 5.6.1) looks like this:
>> [...]However, EXPR is not part of the signature for this function!
> pod-people isn't the right list for this. But I'm not sure which lis
At 17:58 2002-03-22 -0800, William R Ward wrote:
>The documentation for "die" (in Perl 5.6.1) looks like this:
>[...]However, EXPR is not part of the signature for this function!
pod-people isn't the right list for this. But I'm not sure which list would
be the right one. Ideas, anyone?
--
Sea
The documentation for "die" (in Perl 5.6.1) looks like this:
die LIST
Outside an "eval", prints the value of LIST to
"STDERR" and exits with the current value of "$!"
(errno). If "$!" is "0", exits with the value of
"($? >> 8)"