in reply to
Howto Call Package from a Subdirectory
Hi, When modules are not installed in the default locations where they need to be, you could use the following #!/usr/bin/perl -w use lib 'location of your module'; ... _H.T.H 13Warrior
Comment on
Re: Howto Call Package from a Subdirectory
In Section
Seekers of Perl Wisdom