in reply to Re: Pattern Matching Hell.
in thread Pattern Matching Hell.

Or maybe something built around HTML::TreeBuilder and HTML::Element might be more appropriate in this case.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

Replies are listed 'Best First'.
Re: Re: Re: Pattern Matching Hell.
by xf86 (Initiate) on Apr 04, 2001 at 18:31 UTC
    Thanks for all of the suggestions. I don't have any problems with my code...I just needed suggestions to start writing the part where it reads the file and I couldn't understand how to just search between <start><end>. I'll look in to your suggestions. Thanks a lot. xf86