Help for this page

Select Code to Download


  1. or download this
    unless (unlink $file) {
        print "...";
        push @list, $file;
    }
    
  2. or download this
    DoDaUnlink ($file, \@list);
    
    ...
        print "...";
        push @$list, $file;
    }