my $node = "$data->{computer}->{test}->{item1}->{text}";
which corresponds to the the hash tree:
my $data = {computer => {test => {item1 => {text => "computer.test.item1"}}}};
How can I get it to print "computer.test.item1" (from hash tree above) instead of just the bare string contents of $node?
-- Andrew Gaffney Network Administrator Skyline Aeronautics, LLC. 636-357-1548
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>