Hi,

I have a problem maybe it is normal.
My problem is with using lib
now to retrieve my module i do this
use lib "/path/to/Module";
it works just fine
but created a configuration file.
with $dir = '/path/to';
and when i do
use lib "$dir/Module";
it give me an error I also tried use lib qw() but same problem is there a
way to fix the problem??

regards
awards



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to