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

Finding files relative to a module

by hsmyers (Canon)
on May 15, 2011 at 04:01 UTC ( [id://904908]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Chess::PGN::EPD;
    
    ...
    unless (-d $db_dir_qfn) {
        $db_dir_qfn = realpath('db');
    }
    
  2. or download this
    Use of uninitialized value in -d at /home/sand/.cpan/build/Chess-PGN-E
    +PD-0.28-WRroyj/blib/lib/Chess/PGN/EPD.pm line 22.
    t/01_epdcode.t ...... ok
    ...
        usually optimized into "that " . $foo, and the warning will refer 
    +to
        the concatenation (.) operator, even though there is no . in your
        program.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-24 20:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found