Re: accessing ASP functionality through Perl/CGI

2001-12-11 Thread MARCOS LABORDE
#!/usr/bin/perl #I once had the same problem, an NT server running a webpage that made a POST request to an app passing values USER,FRM,MSG and SEND to it. #here's the code. use strict; use LWP::Simple; use URI::URL; my $content; my $url=url('http://your_NT_webserver_address/scripts/webgate.exe

Re: accessing ASP functionality through Perl/CGI

2001-12-10 Thread Kevin Meltzer
Hi Molly, On Mon, Dec 10, 2001 at 01:11:06PM -0800, Molly Magai ([EMAIL PROTECTED]) said something similar to: > Does anyone know how to have a cgi script send a POST request to an > unrelated Web page? Have you looked at the LWP::* modules? > Here's why: We're getting a new NT server. We cur

accessing ASP functionality through Perl/CGI

2001-12-10 Thread Molly Magai
Does anyone know how to have a cgi script send a POST request to an unrelated Web page? Here's why: We're getting a new NT server. We currently run our pages on CGI scripts, but we're planning to move all our hosting to ASP in the next few months. In the meanwhile, we'll be running CGI on the new