hi , all I wrote a script which will create another porcess using Win32::Process's create(). In which i 'm creating a perl interpreter as process and pass the script name and arguments. But thing is that i'm getting an error saying that 'invalid parameters or something like that. Below i include the part of code.
$arglist ="Extractor.pl $arg1 $arg2 $arg3 $arg4 $arg5 $arg6"; Win32::Process::Create($ProcObj,"C:\\Perl\\bin\\perl.exe"," $arglist",1,NORMAL_PRIORITY_CLASS,".")|| die ErrorMessage(); assume that values to the $arg...$arg6 is passed properly from cmd-line. pls advice me what else i can do to resolve this error. siyad __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail _______________________________________________ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs