Help for this page
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///