Help for this page

Select Code to Download


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