On Nov 1, 10:09 am, [EMAIL PROTECTED] (Ernond Paul) wrote: > I would like to suppress empty element when I output mu hash with > XMLout > but the option "suppressempty" only seeme to work with XMLin : > "suppressempty => 1 | '' | undef (in) : This option controls what > XMLin() should do [...]"
You should also consider upgrading your XML::Simple, as modern versions of it allow SuppressEmpty for XMLout() as well as XMLin(). http://search.cpan.org/~grantm/XML-Simple-2.18/lib/XML/Simple.pm#SuppressEmpty_=>_1_|_ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/