Then when you use the module in your code, make sure Perl knows to look in that directory to find the module:perl Makefile.PL PREFIX=/path-to/your-dir LIB=/path-to/your-dir
-- vek --#!/usr/bin/perl -w use lib '/path-to/your-dir'; use Sys::AlarmCall;
In reply to Re: Newbie Adding Module to Perl
by vek
in thread Newbie Adding Module to Perl
by from_laura
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |