Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: How to add a file to @INC path in perl

by ikegami (Patriarch)
on Aug 31, 2011 at 07:26 UTC ( [id://923371]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to add a file to @INC path in perl
in thread How to add a file to @INC path in perl

That's actually before compile-time. Good thing too, because it would be useless to change @INC at run time.

Replies are listed 'Best First'.
Re^4: How to add a file to @INC path in perl
by DrHyde (Prior) on Aug 31, 2011 at 10:03 UTC

    I change @INC at run-time all the time.

    What you're probably confused about is that 'use Some::Module' normally happens at compile-time (actually it happens in a virtual BEGIN block) and that is how most people interact with @INC. However, you can defer useing modules by doing it in a string-eval, or you can use require, or do.

    And there are all kinds of evil tricks you can play by putting code-refs into @INC.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 12:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found