Jerald Sheets wrote:
In your code you can specify the directory location of the pm:

use lib '/path/to/pm';

That makes no sense. It would cause Perl to look for

    /path/to/pm/XML/Handler/YAWriter.pm

and the module would not be found.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to