Help for this page

Select Code to Download


  1. or download this
    use IO::File;
    my @data;
    if (-e $file) { print "\nopen $file\n"; }
    ...
    @data = <$fh>;
    $fh->close;
    }