Help for this page

Select Code to Download


  1. or download this
    use strict;
    use File::Temp q/tempfile/;
    ...
      my $tmp = new File::Temp('DIR' => '/tmp', 'UNLINK' => 1);
      sleep(1);
    }