Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Using relative paths with taint mode

by hippo (Bishop)
on Jun 20, 2021 at 14:43 UTC ( [id://11134071]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /var/www/devsite/lib
    /var/www/testsite/lib
    /var/www/prodsite/lib
    
  2. or download this
    use lib '../lib'; # explicit, hard-coded relative path.
    
  3. or download this
    use lib "$ENV{DOCUMENT_ROOT}/../lib" =~ m#^(/var/www/[a-z]+site/html/.
    +./lib)$#; # path relative to docroot
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-20 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found