Help for this page

Select Code to Download


  1. or download this
    open my $FILE, "<", $input or die "cannot open $input: $!\n";
    while (my $tag = <$FILE>) {
       . . .
    }
    close $FILE;