in reply to using perl plug-ins
in test.plhome ........your home dir test.pl ........the script your running Plug-Ins ........the folder you made Find.pm ........the module you added More ........and another folder More.pm....and another module
If the module is not installed think of 'use' as the path to where the module you want to use is located.. This is useful only in a descending folder structure.use Plug-Ins::Find; use Plug-Ins::More::More;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using perl plug-ins
by fishbot_v2 (Chaplain) on Feb 19, 2006 at 15:20 UTC |