Help for this page

Select Code to Download


  1. or download this
    open(my $in_fh, '<', $load_file)
        or die("Can't open input file \"$load_file\": $!\n");
    ...
            next;
        }
    }