pt will look for the two parameters, find
neither of them, and leave data1 and data2 blank. Your response will therefore
be empty.
HTH,
Rob
> -Original Message-
> From: D.Gupta [mailto:[EMAIL PROTECTED]]
> Sent: 06 September 2001 16:09
> To: Rob Dixon
> Subject: Re: To send
To: [EMAIL PROTECTED]
> Subject: To send data from perl script to HTML /ASP page.
>
>
> Dear all,
> I want to send data from perl script to HTML/ASP page (AspFile.asp in
> following code). I am using the code which looks like:
>
> use URI:: URL;
> my url = url(
Dear all,
I want to send data from perl script to HTML/ASP page (AspFile.asp in following code).
I am using the code which looks like:
use URI:: URL;
my url = url( 'http://mypc/AspFile.asp' );
$url -> query_form( $dataReceived => '2000', $Area => '24'