Gossamer Forum
Home : General : Perl Programming :

How to convert a text file to a HTML file in Perl

Quote Reply
How to convert a text file to a HTML file in Perl
Hi ,

Suppose I ahve a text file which may contain some data in paragraph format or in tabular format.

How can I convert such a file to an HTML file in perl.


For example :

==================
Report
==================
This is a simple report file ...
bla bla bla

Or like below

Name Addr Phone
xyz1 comm. street 93949494
xyz2 infra road 93949444

or any thing ...


Thanks.
Subject Author Views Date
Thread How to convert a text file to a HTML file in Perl xaverian 5332 Jan 25, 2013, 3:44 AM
Post Re: [xaverian] How to convert a text file to a HTML file in Perl
Andy 5129 Jan 25, 2013, 6:45 AM