in reply to XML::Simple and use lib
Maybe XML::Simple is itself looking for something in the directory you defined in the 'use lib' line? Try throwing that directory in the @INC too, can't hurt.BEGIN { push (@INC, "/www/htdocs/v028502/cgi-bin/Modules/"); }
|
|---|