>===== Original Message From "Henry Wong" <[EMAIL PROTECTED]> =====
>Hi all, I tried using the below codes provided but i got an error saying
>"Can't locate Date/Manip.pm in @INC...etc". I reckon that the Date::Manip do
>not exist in my library. Any other alternatives for my problem below?

If you have the module installed, and know where it is, then near the top of 
your code, insert the following line

use lib qw(/path/to/module);

This will push onto the @INC array and should allow Perl to locate the module 
in question.

Regards,

Nathanael Kuipers


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

Reply via email to