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
Hopefully this will help...   I had a similar problem with system() on W2K (with IIS 4), where I waited to catch a return but nothing happened, but from a command line it seemed workable.  I ended up using backticks instead.  I also had to put my actual command into a variable because the co

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