Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: My local libs are not being used by my browser

by Anonymous Monk
on Sep 29, 2016 at 04:38 UTC ( [id://1172886]=note: print w/replies, xml ) Need Help??


in reply to Re^2: My local libs are not being used by my browser
in thread My local libs are not being used by my browser

You can easily print the list of library paths in @INC (see later). After omitting seemingly system paths (depends on your system environment), you would (hopefully) be left with the path(s) related to your account. Use that path in use lib ....

Create the CGI program that will run ...

print join "\n", sort @INC;

Replies are listed 'Best First'.
Re^4: My local libs are not being used by my browser
by Anonymous Monk on Sep 29, 2016 at 08:04 UTC

    Nevermind as I was thinking along the lines of OP having trouble on a remote host, with minimal control over the setup. And, I might have not noticed @INC list already mentioned.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-16 18:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found