Help for this page

Select Code to Download


  1. or download this
    my @rows;
    open (INFILE, "<sites.txt");
    ...
    close (INFILE);
    print table( TR( \@rows ) );
    # NOTE: It's TR, not tr, so it doesn't get confused with tr///