Help for this page

Select Code to Download


  1. or download this
    unlink $file or die "\nCould not delete the backup $file: $!";
    
  2. or download this
    print FILE "Now going to delete $file\n";
    if(unlink $file) {
    ...
        print FILE "A miracle occured! $file is gone!\n";
      }
    }