Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: newbie mod_perl: @INC and Apache::Constants

by dga (Hermit)
on Jul 31, 2003 at 17:54 UTC ( [id://279691]=note: print w/replies, xml ) Need Help??


in reply to newbie mod_perl: @INC and Apache::Constants

Try adding a use lib to the directory which contains the Apache directory (where the mod_perl stuff lives):

# in the shell: locate Apache/Constants.pm #then in your perl file use lib '/directory/path/to/directory/above/Apache';

Log In?
Username:
Password:

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

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

    No recent polls found