Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        my $tmpname = int(rand($limit));
        $md = "$TMPDIR/runitout_$tmpname";
    } until(sysopen(my $fd, $md, O_CREAT|O_EXCL));