in reply to weird behavior of creating a temp dir by File::Temp
my $dir = tempdir(CLEANIP=>1);
to:
my $dir = tempdir(CLEANUP=>1);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: weird behavior of creating a temp dir by File::Temp
by RMGir (Prior) on May 05, 2014 at 21:59 UTC | |
Re^2: weird behavior of creating a temp dir by File::Temp
by lightoverhead (Pilgrim) on May 06, 2014 at 15:58 UTC |