in reply to How to resolve this error "Unrecognised option" if i use XML::Simple ?

Here is a snippet from a working script I use daily on a Windoze machine:
my $config_file = 'C:\program files\secret_app\config.xml'; my $config = XMLin($config_file); my $timeout = $config->{timeout};

Kia Kaha, Kia Toa, Kia Manawanui!
Be Strong, Be Brave, Be perservering!

  • Comment on Re: How to resolve this error "Unrecognised option" if i use XML::Simple ?
  • Download Code