#!/usr/bin/env perl #!/usr/bin/perl # Converts a table of tab separated values into HTML. print "\n"; print "\n" print "\n" while (<>) { s-^--; s-\t-
-; s-$-
-g; print; } print "
\n";