Re: Generate an associative array from a file



On Feb 29, 11:50 am, Mr_Noob <gniag...@xxxxxxxxx> wrote:
thanks for your advise.
I am still struggling with hashref creation within a hash...could you
please give a small example ?

Look at your Perl documentation. Look at these man pages:
perldsc - data structures cookbook
perlreftut = Perl reference tutor
perllol - Perl lists of lists

A reference is a scalar value that contains a memory address, a scalar
value, that points to another place in memory that may contain
anything else, including a hash. Look at the examples in the man pages
given above.

Bottom line: You need to learn how to do this for yourself. I can't
give you an example script to follow that would work for you. I could
give you an example script that works for me, but that won't do you
any good. You need to learn how to do this for yourself.

CC
.