I'm working on designing a server-manager panel based on an application
requirement to read/write to XML config files.  The perl XML rpms
install into /usr/lib/perl5/vendor_perl which is not in the SME perl
search path.  I can fix this by adding the following into my panel
script:

use lib qw(/usr/lib/perl5/vendor_perl);
use XML::Simple;

Does anyone know of a way to globally add /usr/lib/perl5/vendor_perl
into perl's default search path?

Regards,

Darrell


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Searchable archive at http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to