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 no
Hi,
I am facing the following problem. If anybody knows the answer then please let me know.
Problem Description:
When the perl script on WCS side receives a packet from the NRS then it redirects to a
page. Depending upon whether the agent is available and wait time out is non-zero, the
perl scri