Convert file to html table with 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/29
22:27 UTC
Read the original article
Hit count: 229
Hi everyone,
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.
-Sebastian
© Stack Overflow or respective owner