|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: how to make close() failby pvaldes (Hermit) |
| on Sep 29, 2012 at 11:25 UTC ( #996363=note: print w/ replies, xml ) | Need Help?? |
|
I'm wondering if there's an easier way. You shouldn't ever need to use a close line
Any suggestions to make close fail? use warnings; use strict; close (undef) or die;
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||