-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A perl program can die() with exit status zero. #211
Comments
From GilesA@ctxuk.citrix.comI have found that under some circumstances, a Perl script can Attached below is a short Perl program that demonstrates the Attached below that is output from two test runs with Thank you, Giles -------------------- Cut here: pipe.pl use IO::File; my($foo, $pid, $irfh); $irfh = new IO::File; -------------------- Cut here: perl 5.005_3/IRIX Characteristics of this binary (from libperl): script done on Tue Jul 20 09:17:35 1999 -------------------- Cut here: perl 5.004_4/Linux Summary of my perl5 (5.0 patchlevel 4 subversion 4) configuration: Characteristics of this binary (from libperl): -------------------- Cut here: perl 5.005_3/Linux Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Characteristics of this binary (from libperl): PERL5LIB="./perlidl:/home/alex/trees/ate/build/lib/site_perl:/home/alex/tree |
Migrated from rt.perl.org#1017 (status was 'resolved')
Searchable as RT1017$
The text was updated successfully, but these errors were encountered: