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

Re: Cwd::abs_path or FindBin::Bin?

by ikegami (Patriarch)
on Jun 08, 2019 at 10:32 UTC ( [id://11101122]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use FindBin qw( $RealBin );
    
    use lib "$RealBin/../lib";
    
  2. or download this
    use Cwd            qw( abs_path );
    use File::Basename qw( dirname );
    
    use lib dirname(abs_path($0)) . "/../lib";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found