On Fri, 2004-01-16 at 11:03, Jack Chen wrote:
> Hi,
> 
> I don't know how to work with this data structure:
> 
> my @array = ((a       =>      'appple'),
>              (b               =>      'tree'),
>            (c         =>      'chair'));

That "array" is an array of hashes.

-Dan


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