Help for this page
use strict; use warnings; ... my $tmp = File::Temp->new('DIR' => '/tmp', 'UNLINK' => 1); sleep(1); }