Samm has asked for the wisdom of the Perl Monks concerning the following question:
I already parsed the data using perl, but now since the list is long and I want to update it every time I run the perl program how can I embed the table using html inside of my perl script.
The format looks like this
Please help
thanks
Can somebody show me how I can put html in perl
Bob, health care, date=18:18 on July 9, total = 100, sum, 80, result = +done Bob, benefit, date 11:16 on July12, total =100 Bob, dental, date 11:20 July 2, result = done Tom, health care, date=18:18 on July 9, total = 100, sum, 80, result = +done Tom, benefit, date 11:16 on July12, total =100 Tom, dental, date 11:20 July 2, result = failed <<, *** << Name Health care | Benefit | Dental Bob Date=18:18 | data data TOm total = 100 |total=100 sum= 80 result = done --------------------------
Sam
Edited by davido: Added code tags and formatting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to put html table in perl
by hmerrill (Friar) on Aug 05, 2004 at 11:44 UTC | |
by Samm (Initiate) on Aug 06, 2004 at 05:57 UTC | |
|
Re: how to put html table in perl
by Plankton (Vicar) on Aug 05, 2004 at 16:00 UTC | |
|
Re: how to put html table in perl
by johnnywang (Priest) on Aug 05, 2004 at 18:21 UTC |