http://qs321.pair.com?node_id=559554


in reply to Re^2: Why is the Browser Not printing CGI -Output
in thread Why is the Browser Not printing CGI -Output

In that case, you'll want to make sure that the account that is used by the webserver to run the script has the proper permissions. To have your script tell you what account that is, insert into your script:

printf "user/group:%s/%s</br>\n",scalar getpwuid( $< ), scalar getgrgi +d( $( );

This user needs to have access to the directories your system uses to store it's perl-modules.