http://qs1969.pair.com?node_id=1002682


in reply to Re^2: Perl from PHP
in thread Perl from PHP

You may be missing this in your Perl cgi script:

print "Content-type: text/html\n\n";

In Perl you absolutely need this as your first output string to print a HTML page.

Testing never proves the absence of faults, it only shows their presence.