They are all correct in saying either
unshift @INC, "your path"; or push @INC, "your path";
but better achieve this in
BEGIN{} module, so that you are assured that @INC is changed before the
use <>; statement is evaluated.

Sumanth Sharma





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to