How can I convert a file to an HTML table using Perl?
Posted
by user329313
on Stack Overflow
See other posts from Stack Overflow
or by user329313
Published on 2010-04-29T22:26:32Z
Indexed on
2010/04/30
22:07 UTC
Read the original article
Hit count: 164
I am trying to write a simple Perl CGI script that:
- runs a CLI script
- reads the resulting .out file and converts the data in the file to an HTML table.
Here is some sample data from the .out file:
10.255.202.1 2472327594 1720341
10.255.202.21 2161941840 1484352
10.255.200.0 1642646268 1163742
10.255.200.96 1489876452 1023546
10.255.200.26 1289738466 927513
10.255.202.18 1028316222 706959
10.255.200.36 955477836 703926
Any help would be much appreciated.
© Stack Overflow or respective owner