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
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
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.