Skinne has asked for the wisdom of the Perl Monks concerning the following question:
The drop_tbl.pl script is started but it never receives the cgi parameters. What's wrong here? I have confirmed that this works perfectly when run on the DOS command line. (Environment: WIN2K server, IIS, ActivePerl 5.6) Grateful for any help. Cheers, Skinnemy $perlexe = $^X; my $ProcessObj1 =0; Win32::Process::Create($ProcessObj1, "$perlexe", "perl d:\cgi-bin\drop_tbl.pl TEMP_TABLE=EX_TMP +1 DSN=SID1", 0, DETACHED_PROCESS, ".");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: win32::process - "child" perl script never receives cgi parameters
by BrowserUk (Patriarch) on Dec 04, 2002 at 09:59 UTC | |
by Anonymous Monk on Jan 06, 2003 at 12:33 UTC | |
|
Re: win32::process - "child" perl script never receives cgi parameters
by martymart (Deacon) on Dec 04, 2002 at 11:55 UTC |