http://qs321.pair.com?node_id=96067


in reply to Executing Perl Programs

You seem to be working in *nix, but I proffer the windows solution for completeness.

Win32::Process::Create($ProcessObj, "c:\\location of perl\\perl\\bin\\perl.exe", "perl.exe script.pl, 0, NORMAL_PRIORITY_CLASS, ".")|| die ErrorReport();

-OzzyOsbourne