in reply to regexp solutions

Hi, for many hours I'm trying to extract needed text from a html format (by LWP::UserAgent). I need those text which are not in html tags: '< >' brackets. I wrote many codes, it seems my regexp not so good :-), I'll be happy if we can solve it togather, tnx...

Why not post your code?

Replies are listed 'Best First'.
Re^2: regexp solutions
by programmer.perl (Beadle) on Jul 04, 2012 at 09:24 UTC
    I added the code