To send data from perl script to HTML /ASP page.

2001-09-06 Thread D.Gupta
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

Problem related to page redirection in Perl.

2001-12-03 Thread D.Gupta
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