Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How can I prevent a module from being added to the %INC hash?

by ikegami (Patriarch)
on Oct 04, 2006 at 02:35 UTC ( [id://576229]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # config.pl
    # ---------
    
    $var = 'test';
    
  2. or download this
    # main.pl
    # -------
    ...
    our $var;
    do 'config.pl';
    print($var);
    

Log In?
Username:
Password:

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

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

    No recent polls found