Ram Rangavajhula <[EMAIL PROTECTED]> wrote:

>I have an hashes of array like
%who = (
          'Name' => {'Ram', 'Venky', 'Shiva'},
          'Project' => {'telesales', 'e-commerce', 'sonystyle'},
          'Company' => {'Sony', 'Satyam', 'Frontier'}
        )

Actually, that's not a hash of arrays. I think you need to go back to
Perl basics--perhaps perlreftut will be helpful.

John A

Reply via email to