in reply to Re^3: XML::Twig Support for Parameter Entities (errors)
in thread XML::Twig Support for Parameter Entities
However I also included "require LWP;" in my sample code.require LWP::UserAgent; [other stuff] #reset the counter $ua = LWP::UserAgent->new; $request = $ua->get($URL.'/reset'); [other stuff]
|
|---|