in reply to Pattern Matching Hell.

Take a look into HTML::Parser to break down your pulled HTML, make some code to change the parameters and try CGI to rebuild it.

Jeroen
"We are not alone"(FZ)

Replies are listed 'Best First'.
Re: Re: Pattern Matching Hell.
by davorg (Chancellor) on Apr 04, 2001 at 15:41 UTC

    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

      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