http://www.perlmonks.org?node_id=1055616


in reply to Perl Command Prompt while executing perl script through cgi

Hi,

Why are you calling a Perl script from a perl script?

Ectract the workings of the second script and put them into the CGI script as a subroutine.

J.C.