Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have two questions about this code:do { $fn = tmpnam() } until open ... END { unlink($fn) or die "Couldn't unlink $name : $!" }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Tmpnam and END blocks
by Corion (Patriarch) on Jul 05, 2007 at 14:45 UTC | |
Re: Tmpnam and END blocks
by archfool (Monk) on Jul 05, 2007 at 14:51 UTC | |
by naikonta (Curate) on Jul 05, 2007 at 22:43 UTC |