Brad.Walker has asked for the wisdom of the Perl Monks concerning the following question:
Specifically I'm interested in how to read the until statement.my $limit = 99999; my $md; # Creates unique tmpfile do { $tmpname = int(rand($limit)); $md = "$TMPDIR/runitout_$tmpname"; } until (! -f "$md");
Any help is much appreciated.
-brad w.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how do I read this Perl code..
by davidrw (Prior) on Dec 13, 2006 at 15:42 UTC | |
|
Re: how do I read this Perl code..
by marto (Cardinal) on Dec 13, 2006 at 15:46 UTC | |
|
Re: how do I read this Perl code..
by liverpole (Monsignor) on Dec 13, 2006 at 16:03 UTC | |
|
Re: how do I read this Perl code..
by MidLifeXis (Monsignor) on Dec 13, 2006 at 19:28 UTC | |
|
Re: how do I read this Perl code..
by throop (Chaplain) on Dec 13, 2006 at 17:40 UTC | |
|
Re: how do I read this Perl code..
by cephas (Pilgrim) on Dec 13, 2006 at 21:14 UTC |