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

You may need to make the path-to-perl more windows-like.

Try

my @arr = `C:\\ActivePerl\\bin\\perl -w $solver_file "$inp_file" "$out +file"`;
I suspect the Windows cmd shell may not understand "/cygdrive", or may default to a different Windows drive letter.

     "As you get older three things happen. The first is your memory goes, and I can't remember the other two... " - Sir Norman Wisdom

  • Comment on Re^3: Problem when calling script from script in Perl/CGI in Tomcat5.5 Windows XP
  • Download Code