in reply to Inserting data into a hash

On a completely different note, that regex is just *ugly*. Please look at using an actual parser, such as HTML::TokeParser or HTML::Parser

Replies are listed 'Best First'.
Re^2: Inserting data into a hash
by ghettofinger (Monk) on Apr 16, 2005 at 04:02 UTC
    Yeah, I know it. I will take your advice.
    Thanks.