Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

by haukex (Archbishop)
on Jun 05, 2019 at 10:41 UTC ( [id://11100999]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use FindBin;
    use File::Spec::Functions qw/updir catdir/;
    ...
    use File::Spec::Functions qw/splitdir catdir/;
    use lib do { my @p = splitdir $FindBin::RealBin;
        catdir @p[0 .. $#p-1], 'lib' };
    

Log In?
Username:
Password:

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

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

    No recent polls found