Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: where the module file *.pm located

by duyet (Friar)
on Jul 21, 2017 at 06:09 UTC ( [id://1195671]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print STDERR Dumper( \@INC );
    
  2. or download this
    sub BEGIN {
        unshift @INC, 'c:/Perl64/site/lib';
        unshift @INC, 'c:/.....';    # what ever you needed
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 23:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found