in reply to Problem understanding how to use modules
Better solution: don't edit the example and simply set the include path from the commandline:
See blib.$ cd /users/<myusername>/perl/Tk-DKW-0.03 $ perl -Mblib examples/checkbox.pl
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.
|
|---|