Hi I am using LWP to send an HTTP Get and I receive the http response in a variable which I named resp.
I would like to process the string resp->content token by token and modify the output. I see that HTML::TokeParser allows for this kind of processing but I have to read the input from a file. However in my case I have the entire hmtl response in a string. What library should I use for this purpose. Philip -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>