On Mon, Jul 21, 2008 at 11:22 AM, Sivasakthi <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> How to convert data available from excel sheet to hash table?
>
> Thanks,
> Siva
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> http://learn.perl.org/
>
>
>
If the data is not very complicated, convert the excel into .csv file and
then read that file line by line to convert into a hash.

Regards,
Amit Saxena

Reply via email to