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

Re: Finding files relative to a module

by John M. Dlugosz (Monsignor)
on May 15, 2011 at 04:26 UTC ( [id://904910]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    unless (defined $db_dir_qfn && -d $db_dir_qfn) {
    
  2. or download this
    $db_dir_qfn = realpath('db') unless defined $db_dir_qfn && -d $db_dir_
    +qfn;
    
  3. or download this
    defined $db_dir_qfn && -d $db_dir_qfn
       or $db_dir_qfn = realpath('db');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-23 17:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found