in reply to Re: 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
$outfile is just an indication to print to STDOUTmy @arr = `perl -w $solver_file "$inp_file" "$outfile"`;
instead but same result, @arr is empty.my @arr = `/cygdrive/c/ActivePerl/bin/perl -w $solver_file "$inp_file" + "$outfile"`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem when calling script from script in Perl/CGI in Tomcat5.5 Windows XP
by NetWallah (Canon) on Jan 24, 2008 at 19:36 UTC |