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.
In reply to how do I read this Perl code.. by Brad.Walker
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |