I have a whole html file read into a variable ($the_file), and i am trying to extract the tags from it with HTML::Parser.
I have gone over a few tutorials but they havn't been very helpful. Can anyone offer any suggestions or short pieces of code??
Thanks.
Yeah by extracting i mean removing and just leaving the plain text. will give it a shot.
cheers.
The code works fine but instead of having the HTML stripped text printed to the screen, how can i have it stored in a scalar variable or an array??