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

Re: Problem understanding how to use modules

by daxim (Curate)
on Nov 19, 2013 at 21:22 UTC ( [id://1063393]=note: print w/replies, xml ) Need Help??


in reply to Problem understanding how to use modules

use lib "/users/<myusername>/perl/Tk-DKW-0.03/blib"; is correct. Perl wants to load Tk/Menustrip.pm, so the directory name must end in blib, not blib/Tk.

Better solution: don't edit the example and simply set the include path from the commandline:

$ cd /users/<myusername>/perl/Tk-DKW-0.03 $ perl -Mblib examples/checkbox.pl
See blib.

Update: this half-installed directory setup is only useful for testing. If you want to use Tk-DKW productively, you must install the distribution. local::lib helps you to set up the necessary environment variables so that the make install will target your home directory, not the system location where you have no write permission.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 15:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found