in reply to Re: Perl DSC and or XML::Simple
in thread Perl DSC and or XML::Simple

I Had tried that previously and got a different error, something about "Not an ARRAYin line xxxx" I forgot about using those Dang {} curly braces.. The correct line reads....  foreach my $href ( @{$refdata->{'Map'} } ) { Thanks for your help else i probably wouldn't have tried it that way again, Dan.