Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Using relative paths with taint mode

by haj (Vicar)
on Jun 20, 2021 at 15:07 UTC ( [id://11134072]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    /home/myusername/somewebsite/prod/cgi-bin
    /home/myusername/somewebsite/prod/lib
    /home/myusername/somewebsite/prod/templates
    
  2. or download this
    my ($prefix,$website,$environment,$basedir);
    BEGIN {
    ...
    use lib "$basedir/lib";
    my $tt = Template->new({INCLUDE_PATH => "$basedir/templates"});
    ...;
    

Log In?
Username:
Password:

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

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

    No recent polls found