Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Why is the Browser Not printing CGI -Output

by Gilimanjaro (Hermit)
on Jul 06, 2006 at 12:29 UTC ( [id://559554]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://559554]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-29 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found