Re: XML::Simple -- can't get anything to print from array

2006-07-24 Thread Mumia W.
On 07/24/2006 04:59 PM, brian bwarn wrote: I'm just starting out with XML::Simple and can't get any output to display to STDOUT. What am I missing? --- Source XML snippet: --- > [snipped] Use the ForceArray option to make traversal easier. Use Data::Dumper to

XML::Simple -- can't get anything to print from array

2006-07-24 Thread brian bwarn
I'm just starting out with XML::Simple and can't get any output to display to STDOUT. What am I missing? --- Source XML snippet: --- --- Perl code: # use modules use XML::Simple; use Dat