I am trying to create a Async HTTP Request so that it does a GET request to a URL which contains XML. When the XML is modified then it process the modified XML through a function. I am very new to HTTP requests. My example code is:
use HTTP::Async; use HTTP::Request; my $async = HTTP::Async->new; $async->add( HTTP::Request->new( GET => 'http://www.perl.org/' + ) );
I keep getting a error 'HTTP::Async object destroyed but still in use' Any help would be much appreciated
In reply to Async HTTP Request by DeliriumNZ
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |