Re: Error in perlfunc for "die"

2002-03-24 Thread Jeremy Zawodny
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

Re: Error in perlfunc for "die"

2002-03-23 Thread Russ Allbery
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

Re: Error in perlfunc for "die"

2002-03-23 Thread Sean M. Burke
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

Error in perlfunc for "die"

2002-03-23 Thread William R Ward
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)"