in reply to Creating an XML file w/out external Libraries

I'd recommend that you use PAR to package up your script so that you can install and run it anywhere with a basic perl installation.

This way, your target machine won't need to have XML::Simple installed, because it comes with the PAR package.

This article shows a couple of use cases.

  • Comment on Re: Creating an XML file w/out external Libraries

Replies are listed 'Best First'.
Re^2: Creating an XML file w/out external Libraries
by guice (Scribe) on Jun 29, 2005 at 20:33 UTC
    Oh, hadn't herd of this one before. JAR for Perl. Looks quite interesting. I'll have to check this one out. Wow, if it runs like a real JAR, this'll make things much simpler. Thanks!

    -- philip
    We put the 'K' in kwality!