index.pl calls perl/CGI code xxxCGI.pl using system() command.
and this works. But when I call pure perl solver.pl from xxxCGI.pl through both back ticks (`) and system() none is working.
Does anybody have any clue what may be happening and what I may do wrong.