Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print "Trying to open file this file: ", Dumper($file);
    open my $f, '<', $file or die ...;