![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Effect of redirecting output to /dev/null on $? valueby Special_K (Monk) |
on Aug 03, 2020 at 00:14 UTC ( #11120244=perlquestion: print w/replies, xml ) | Need Help?? |
Special_K has asked for the wisdom of the Perl Monks concerning the following question:
For reference, this is somewhat of a follow up question to a question I asked previously: https://perlmonks.org/?node_id=11120004
Running the above code produces the following output:
This output is consistent with what I would expect based on information found here related to the $? variable: https://perldoc.perl.org/perlvar.html
The following output is produced:
The above output is significantly different even though the application still seg faulted. Here are my questions:
Back to
Seekers of Perl Wisdom
|
|