Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    
    ...
    close $FILE or die "could not close $file_in $!";
    
    __END__
    
  2. or download this
    use strict; use warnings;
    use Path::Tiny; # imports path()
    ...
    } 
    
    __END__