in reply to xml support version

Assuming you're running a Linux-alike system:

Since XML::Simple doesn't ship with standard Perl , type

perl -MCPAN -e shell

at the console, follow the instructions (if you haven't setup the CPAN installer) and issue a

install XML::Simple

when you're done with configuring.

Make sure you have root permissions when installing.