in reply to Re^2: Problem when calling script from script in Perl/CGI in Tomcat5.5 Windows XP
in thread Problem when calling script from script in Perl/CGI in Tomcat5.5 Windows XP
Try
I suspect the Windows cmd shell may not understand "/cygdrive", or may default to a different Windows drive letter.my @arr = `C:\\ActivePerl\\bin\\perl -w $solver_file "$inp_file" "$out +file"`;
"As you get older three things happen. The first is your memory goes, and I can't remember the other two... " - Sir Norman Wisdom
|
|---|