in reply to set attributes to an element in user defined order

Your object is based on a hash, as most objects and external modules do. So the same effects apply, including the return of key/value pairs in a pseudo random order. You have to readjust your expectations or use a different data model. This means abandoning use of XML::Twig.
  • Comment on Re: set attributes to an element in user defined order

Replies are listed 'Best First'.
Re^2: set attributes to an element in user defined order
by ambrus (Abbot) on Mar 03, 2010 at 14:23 UTC