RE: LWP Automated Form Submission - Question
Chong, Arthur (atchong@sbec.com)
Mon, 15 Jan 2001 12:42:34 -0600
*Thanks-a-Million!!*
That worked great!!
-Arthur.
-----Original Message-----
From: merlyn@stonehenge.com [mailto:merlyn@stonehenge.com]
Sent: Monday, January 15, 2001 9:54 AM
To: Chong, Arthur
Cc: 'libwww@perl.org'
Subject: Re: LWP Automated Form Submission - Question
>>>>> "Chong," == Chong, Arthur <atchong@sbec.com> writes:
Chong,> $surl->query_form( $this_url->{param} ); # this
does not
You need to de-reference the reference to get the list to pass to
->query_form.
$surl->query_form( @{ $this_url->{param} } );
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl
training!