- or download this
$File::Temp::KEEP_ALL = 0;
File::Temp::cleanup;
- or download this
use strict;
use warnings;
...
# they are still there
print "at3: ";system("ls /tmp | wc -l");
- or download this
...
If the global variable $KEEP_ALL is true, the file or directory will n
+ot be removed.