in reply to Re: Perl and Lib::XML usage
in thread Perl and Lib::XML usage

Just want to add a line. The expression if ( $literal == 'Sequence' ) will always return true if $literal can not be converted to a numeric value. Both the operands will be converted to 0 (due to '==' operator) and a warning will be given if use warnings is used.