RE: Processing a string containing an HTML response.

2005-02-09 Thread Bob Showalter
Tham, Philip wrote: > 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

Re: Processing a string containing an HTML response.

2005-02-08 Thread Scott R. Godin
Philip Tham wrote: 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

Processing a string containing an HTML response.

2005-02-08 Thread Tham, Philip
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.