#!/usr/bin/perl # Converts Yaclistr text file into a tabulated html file open (INPUT, "<$ARGV[0]"); while (){ s/:/ <\/TD>/g; chop; print " $_ <\/TD><\/TR>\n"; }