Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: XML::Simple question

by The Mad Hatter (Priest)
on Mar 19, 2004 at 14:01 UTC ( [id://337997]=note: print w/replies, xml ) Need Help??


in reply to XML::Simple question

This will work...

my $address = join ' ', @{$config->{server}{atlas}{address}};

For your information (since you seemed unsure), $config->{server}{atlas}{address} is an array ref, not a hash ref.

Update Reworded last paragraph.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://337997]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-19 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found