> > How can I add a path /ccstore/fmcc/triggers/ into @INC path? >
There are at least two ways I know of. I'd generally use the first one
unless package lib is unavailable on your machine.
use lib '/ccstore/fmcc/triggers/';
--OR--
BEGIN
{
push(@INC,'/ccstore/fmcc/triggers/');
}
_______________________________________________
Perl-Unix-Users mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
