Below is a hash array...

%hash('james' => '1',
        'kelty' => '2',
        'brian' => '3');

This is my normal structure for a hash array, but I was wondering if it was
possible to have multiple values for a key? I.e.

%hash('james' => '1',
        'james' => '2',
        'kelty' => '3',
        'biran' => '4');

Thanks!

-James


James Kelty
Sr. Unix Administrator
The Ashland Agency
[EMAIL PROTECTED]
541.488.0801


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to