rockstar99 has asked for the wisdom of the Perl Monks concerning the following question:
Hi Gurus, Kindly someone help me with the code for the following action. I have a file which has data in the following format:
some lines of code blah blah blah blah Name: joe age: 23 phone: 3423423 Name: sam age: 23 phone: 4343433 Name: ram age 45 phone: 34234232 some more lines.. blah blah..
Now I need to read the above file only the section containing the users data i.e Name, age, phone and print them to a html table in a html file which has Name, age and phone as coloumn headers and the consequtive values for each block as the coloumn values.
Any help with code is greatly appreciated. Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Read block of file and print to html table
by muba (Priest) on Nov 25, 2011 at 13:05 UTC | |
|
Re: Read block of file and print to html table
by ww (Archbishop) on Nov 25, 2011 at 13:22 UTC | |
|
Re: Read block of file and print to html table
by jethro (Monsignor) on Nov 25, 2011 at 13:03 UTC | |
|
Re: Read block of file and print to html table
by cavac (Prior) on Nov 25, 2011 at 13:30 UTC | |
|
Re: Read block of file and print to html table
by TJPride (Pilgrim) on Nov 25, 2011 at 16:46 UTC | |
|
Re: Read block of file and print to html table
by Marshall (Canon) on Nov 27, 2011 at 11:03 UTC | |
|
Re: Read block of file and print to html table
by locked_user sundialsvc4 (Abbot) on Nov 28, 2011 at 13:09 UTC |