Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^6: @INC from $0

by afoken (Chancellor)
on Jul 24, 2015 at 08:15 UTC ( [id://1136133]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    BEGIN{($path = $0) =~ s[[\\/][^\\/]+$][];}
    BEGIN{ use lib $path;}
    
  2. or download this
    >cat tmp.pl
    #!/usr/bin/perl
    use strict;
    ...
    >tmp.pl
    ./tmp.pl
    >
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-26 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found