Paul Johnson wrote:

I've not run any of your code, but:

I suspect that turning on strict refs would give you the answer.

         'misc_links' => {
                         'activities_list' => {
'activity' => 'Witbank Skydiving Club'
                                            },

Seems that you are expecting 'Witbank Skydiving Club' to be an element
in an array.

$list = ucfirst join( ", ", sort @{ $xmlData->{'misc_links'}->{$linkName}->{$item} });

Hi Paul

Thanks for reply.

You right in thinking that im having problems with 'Witbank Skydiving Club'.

I cant figure out why I cant access it.

I tried the following:

$list = values %{ $xmlData->{'misc_links'}->{$linkName}};

Which gives me a answer of one, not the correct answer, but its answer at least 
for now.

Regards
Brent Clark



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to