Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^5: How to configure Apache for running perl scripts.

by Gilimanjaro (Hermit)
on Aug 09, 2004 at 09:43 UTC ( [id://381180]=note: print w/replies, xml ) Need Help??


in reply to Re^4: How to configure Apache for running perl scripts.
in thread How to configure Apache for running perl scripts.

Okay!

Now it's at least running your script, but something is not 100% with the output... Try:

#!/usr/bin/perl use strict; use warnings; use CGI qw(:all); print header; print "hello!";
And chmod 755 a.pl just to be sure.

If it still gives the error, run the script from the command line (./a.pl) and paste the output...

(We'll get there yet!)

Log In?
Username:
Password:

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

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

    No recent polls found