Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $file = '/tmp/this_file';
    ...
    }
    truncate $fh, 0;
    close($fh);
    
  2. or download this
      truncate $myfile, 0;