Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
am I wrong in thinking that the above code is deprecated?# get a temp file name do { $name = tmpnam() } until sysopen(FH, $name, O_RDWR|O_CREAT|O_EXCL);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: do until sysopen()
by blakem (Monsignor) on Oct 22, 2001 at 11:22 UTC | |
|
Re: do until sysopen()
by Zaxo (Archbishop) on Oct 22, 2001 at 11:14 UTC | |
by tye (Sage) on Oct 22, 2001 at 19:58 UTC |