in reply to Re^2: Working with source of returned web page
in thread Working with source of returned web page
Take a look at HTML::TokeParser help - parsing headlines and you'll see a quick program I wrote to dump an HTML page to tokenized output. Run that on your page and I think you'll see you don't need to do the regex per se, but rather need to check text tokens to find what you're after.
Good luck!
Update: Changed link from scratchpad to node as per suggestion by ww
I would love to change the world, but they won't give me the source code
|
---|