in reply to
A simple library question
use lib 'path';
push @INC, 'path'
unshift @INC, 'path'
#! /usr/bin/perl -Ipath
$ENV{PERL5LIB}
Comment on
Re: A simple library question
Select
or
Download
Code
In Section
Seekers of Perl Wisdom