Jack Chen <[EMAIL PROTECTED]> wrote:
: 
: 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.

    It printed okay for me. Perhaps something else is
wrong. Show us everything.

aappplebtreecchair


HTH,

Charles K. Clarkson
-- 
Head Bottle Washer,
Clarkson Energy Homes, Inc.
Mobile Home Specialists
254 968-8328


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