Seeking monkly help...
I have a question about using a method from CPAN. If I want to avoid messing with a build doc for a production server, could I just insert
use lib "/some/path/to/dir/of/method/here";
use some::method;
? Thanks for any advice I have a long way to go to even consider myself a perl newb... :)