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



Reply via email to