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

Yes moritz. I used 'undef $/' before open function. I missed to include in the above code snippet. Please guide me what would be the error may be ?
  • Comment on Re^2: How to resolve this error "Unrecognised option" if i use XML::Simple ?

Replies are listed 'Best First'.
Re^3: How to resolve this error "Unrecognised option" if i use XML::Simple ?
by olus (Curate) on May 13, 2008 at 11:06 UTC

    You can help moritz in helping you by showing a bit more of your script. Other replies have told you that your post is not showing enough, and that there are alternatives.

    You should update your post, and make sure you mention as a note that you are updating, and show some more of the code you wrote. It is important to show how you create $xml_simple. Are you assigning something to an XML::Simple object?