in reply to Re: regexp text parsing issue.
in thread regexp text parsing issue.
Would you care to explain your reasons for not wanting to use existing parsers, as it's possible that there may be other ways to solve your problem.Sure I really do not want to force users to have to install a third party module just to use the application. If the html parser was part of all perl standard distrobution libraries then that may be a possibility. I am not trying to parse others webpages so I am confident that the html I am trying to parse would be the same every time. The html is generated by my cgi script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: regexp text parsing issue.
by jhourcle (Prior) on Mar 19, 2005 at 02:24 UTC | |
by Anonymous Monk on Mar 19, 2005 at 02:57 UTC | |
by Tanktalus (Canon) on Mar 19, 2005 at 03:00 UTC | |
by Anonymous Monk on Mar 19, 2005 at 06:37 UTC | |
by jhourcle (Prior) on Mar 19, 2005 at 04:17 UTC | |
|
Re^3: regexp text parsing issue.
by Joost (Canon) on Mar 19, 2005 at 01:53 UTC |