in reply to Re: Re: How to get a local form to be 'clicked'?
in thread How to get a local form to be 'clicked'?

Got it, thank you for your support. This works:
$res=$ua->request(POST 'http://..asp',[field1=>'val1',field2=>'val2]);

carl