Showing posts with label perl. Show all posts
Showing posts with label perl. Show all posts

Sunday, February 24, 2008

What to do when Perl modules aren't in their normal locations

Simple Program way :

use lib '< pathtomodule >';
use < modulename >;

© yankandpaste®