Re: XML::Simple help request

2006-08-22 Thread Owen
On Tue, 22 Aug 2006 09:13:47 +0100 Gary Stainburn <[EMAIL PROTECTED]> wrote: > On Tuesday 22 August 2006 05:32, Owen Cook wrote: > > I am trying to get email addresses out of a Sylpheed address book. The > > output of Dumper is; > > > > $VAR1 = { > > 'attribute-list' => [ > >

Re: XML::Simple help request

2006-08-22 Thread Mumia W.
On 08/21/2006 11:32 PM, Owen Cook wrote: I am trying to get email addresses out of a Sylpheed address book. The output of Dumper is; $VAR1 = { 'attribute-list' => [ {} ], 'first-name' => '', 'uid' => '1581494

Re: XML::Simple help request

2006-08-22 Thread Gary Stainburn
On Tuesday 22 August 2006 05:32, Owen Cook wrote: > I am trying to get email addresses out of a Sylpheed address book. The > output of Dumper is; > > $VAR1 = { > 'attribute-list' => [ > {} > ], > 'first-name' => '', >