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

Re^3: Date::Manip and taint mode

by Corion (Patriarch)
on Jun 17, 2020 at 14:39 UTC ( [id://11118204]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Date::Manip and taint mode
in thread Date::Manip and taint mode

If you don't have PERL5LIB set in your environment, the problem is somewhere else.

The variable @INC is the search path where Perl looks for modules. You can inspect the module search path by running perl -V on the command line.

The value of @INC is influenced by the environment variable PERL5LIB, see perlrun and perlvar on @INC.

The link I posted explains that the environment variable PERL5LIB is ignored under taint mode.

The module lib is a convenient way to set up @INC (which PERL5LIB also sets) from within a Perl program.

Replies are listed 'Best First'.
Re^4: Date::Manip and taint mode
by Anonymous Monk on Jun 19, 2020 at 21:14 UTC
    "The link I posted explains that the environment variable PERL5LIB is ignored under taint mode." Bingo ... didn't know that.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-19 23:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found