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