On Friday, August 9, 2002, at 04:03 AM, Les Harris wrote: > And then, voila, you have the expat library installed and XML::Parser > will > run to its little heart's content on your machine.
Once you get to this point, use the cpan tool to install the XML::Simple module - it will figure out the dependencies and install them for you. sudo cpan <enter password> Then, at the prompt: install XML::Simple Oh, and one more thing. If the "manual" procedure for installing Expat is too much for you, you might want to take a look at fink (fink.sf.net). Fink can help download and install a variety of precompiled applications and libraries - including Expat. sherm--