![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Perl to add hyperlink to html files | Raynon | Shell Programming and Scripting | 17 | 11-01-2007 01:03 AM |
| xml parsing error in perl | bishweshwar | UNIX for Advanced & Expert Users | 1 | 05-30-2007 07:59 PM |
| perl and html | marcpascual | Shell Programming and Scripting | 8 | 09-21-2005 04:47 PM |
| PERL - Parsing Crystal Reports | srinivay | Shell Programming and Scripting | 0 | 05-12-2005 04:55 AM |
| Perl: Variable input via HTML | douknownam | Shell Programming and Scripting | 5 | 02-13-2005 07:39 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
i have a HTML report file..its in attachment(a part of the whole report is attached..name "input html.doc").also its source is attached in "report source code.txt"
i just want to seperate the datas like in first line it should be.. NHTEST-3848498958-NHTEST-10.2-no-baloo a and so on for whole report i have done that already using a perl script.its also attached ,named-"perl coding for parsing.txt"(its attached for ur help) now suppose i have more than 1 file,ie 20 report in html format.and i have to compare different values of all the tables from different report files (ie,to compare buffer cache values from different report file). so how to do that..plss give me some ideas. i need a script to do this in unix or perl..can you help me in this regards. waitin for ur reply |
| Forum Sponsor | ||
|
|
|
|||
|
thanks for replying...
it will be valid for one report file only.but how can it be possible for 500 report files...i have to write a script which only can do it .then only can i compare the values Last edited by avik1983; 02-23-2007 at 05:05 AM. Reason: not completed query before |