RE: System Command Hangs Perl

2002-03-13 Thread Jenda Krynicky
> From: Forward Design [mailto:[EMAIL PROTECTED]] > > I have Windows 2000, latest Apache installed for Windows, and latest Active > Perl installed. > > I want to have a webpage, when a user clicks on a button, it runs a perl > script > > on my server (my machine), that then runs a Windows pro

RE: System Command Hangs Perl

2002-03-12 Thread Johnson, Nicole
$?";     print PERLLOG "$now: $frg_cmd $frg_string \n";     print PERLLOG "$now: created req with persid $new_req_id";     FetchReqNum();     Ending();     return; } exit; -Original Message-----From: Forward Design [mailto:[EMAIL PROTECTED]]Sent: Tuesday

Re: System Command Hangs Perl

2002-03-12 Thread $Bill Luebkert
Forward Design wrote: > I have Windows 2000, latest Apache installed for Windows, and latest > Active Perl installed. > Please read my Apache mini-FAQ on my Tripod site (address in .sig). > > I am very new to this, but this is what I can already do and have working: > > > > I can access

System Command Hangs Perl

2002-03-12 Thread Forward Design
I have Windows 2000, latest Apache installed for Windows, and latest Active Perl installed.   I am very new to this, but this is what I can already do and have working:   I can access a webpage that I placed in the htdocs folder from my IP address.   I can run a simple perl script.   Here is