Is it possible to convert text file to html table using perl

Hi,

I have a text file say file1 having data like

ABC c:/hm/new1 Dir
DEF d:/ner/d sd
......
So i want to make a table from this text file, is it possible to do it using perl.

Thanks in advance
Sarbjit

You may want to check out the Perl module - HTML::TextToHTML to convert plain text file to HTML.

tyler_durden