Hi all, I'm new to Perl, so I apologize if this is the incorrect list. I'm attempting to create a small plug in to the Urchin web stats system, and I want to embed the XML::Simple module in my code. Its CGI based and just sits in a directory that apache accesses. Installing XML:Simple on every host makes deployment a bit difficult. I'd like everything in a zip file that the admin can just unzip, then use the scripts. I've already modified the load path to load all my .pm files, how can I include the XML:Simple code?
Thanks, Todd