Mario Sanchez <> wrote:

: instead of using the DUMPER,  how can i access ONE field of one
: element inside perl? for example, if i want to know what is the
: address for server 'gobi',  how to i get to it??


print $data->{server}->{gobi}->{address};

# Or:
print $data->{server}{gobi}{address};


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328



_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to