Help for this page

Select Code to Download


  1. or download this
    chdir $dirName;
    
  2. or download this
    $txtfile = $dirName . '\\' . $txtfile;
    
  3. or download this
    use warnings;
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print $output_fh $file;
        close $output_fh;
    }