mikeo has asked for the wisdom of the Perl Monks concerning the following question:
This would be a great solution, since it allows me to keep a handle on the process. The problem is I am unable to figure out how to launch a Perl script using it. Apparently, even though I have my extensions correct I cannot "execute" a Perl script.Win32::Process::Create( my $ProcessObj, "c:\\dir1\\dir2\\ANYFILE.pl", 0, 0, NORMAL_PRIORITY_CLASS, ".") || die "Create process $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Running a Perl script in the background from another Perl script
by the_slycer (Chaplain) on Jul 10, 2001 at 22:39 UTC | |
by jplindstrom (Monsignor) on Jul 10, 2001 at 23:05 UTC | |
by mikeo (Initiate) on Jul 10, 2001 at 22:47 UTC | |
|
Re: Running a Perl script in the background from another Perl script
by HamNRye (Monk) on Jul 10, 2001 at 22:48 UTC | |
by RayRay459 (Pilgrim) on Jul 10, 2001 at 22:53 UTC | |
by bschmer (Friar) on Jul 11, 2001 at 01:50 UTC |