Hi,

I don't know how to work with this data structure:

my @array = ((a         =>      'appple'),
             (b         =>      'tree'),
             (c         =>      'chair'));

when I do:

print @array;

I get no output.

when I do:

use Data::Dumper;
print Dumper(@array);

I got the contents of it.

Thanks,

Jack



-- 
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