What is the error Deepak?

Don't you mean

    $url -> query_form( 'dataReceived' => '2000', 'Area' => '24' );

???

Rob


> -----Original Message-----
> From: D.Gupta [mailto:[EMAIL PROTECTED]]
> Sent: 06 September 2001 15:33
> 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( 'http://mypc/AspFile.asp' );    
> $url -> query_form( $dataReceived => '2000', $Area => '24' );
> $content = get($url);
> 
> But it does not work. Is there any other way?
> Thanks in advance.
> 
> With regards,
> Deepak
> 
> 
> 
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to