Help for this page

Select Code to Download


  1. or download this
      $t=".tm" #this is use for the file extension, 
    
    ...
          $FileName="$FileName$t";
          unlink '$FileName$t';
      }
    
  2. or download this
    unlink $FileName;
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;