Help for this page

Select Code to Download


  1. or download this
    open INPUT, "input.txt" or die "Can't open input.txt: $!\n";
    print '<table>';
    ...
    }
    print '</table>';
    close INPUT;