Re: Perl and XML::Simple

2004-07-22 Thread Philipp Traeder
On Monday 19 July 2004 HH:04:06, David Arnold wrote: All Good morning, I tried to run this: [..] my $resp_xml=XMLin('./Responses.xml',forcearray=1); print Dumper $resp_xml; On this file: [EMAIL PROTECTED] perlxml]# cat -A Responses.xml results id=Quiz1 file=Quiz1.pdf n=3question n=1

Perl and XML::Simple

2004-07-19 Thread David Arnold
All I tried to run this: #! /usr/local/bin/perl -w # File: Responses.pl use strict; use warnings; # Import the SML::Simple module use XML::Simple; use Data::Dumper; # Turn the file into a has reference, using XML::Simples' XMLin # subroutine. We'll also turn on the 'forcearray' option, so

RE: Perl and XML::Simple

2004-07-19 Thread Hanson, Rob
PROTECTED] Subject: Perl and XML::Simple All I tried to run this: #! /usr/local/bin/perl -w # File: Responses.pl use strict; use warnings; # Import the SML::Simple module use XML::Simple; use Data::Dumper; # Turn the file into a has reference, using XML::Simples' XMLin # subroutine. We'll also turn