Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Adding directories to the end of @INC

by Khen1950fx (Canon)
on Jul 01, 2011 at 17:35 UTC ( [id://912388]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print Dumper(@dirs), "\n", join("", @INC), "\n";
    no lib @dirs;
    exit;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    }
    no lib::tiny @dirs;
    exit;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2025-03-17 09:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (54 votes). Check out past polls.