Re: Generate an associative array from a file
- From: ccc31807 <cartercc@xxxxxxxxx>
- Date: Fri, 29 Feb 2008 10:13:56 -0800 (PST)
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
.
- References:
- Generate an associative array from a file
- From: Mr_Noob
- Re: Generate an associative array from a file
- From: ccc31807
- Re: Generate an associative array from a file
- From: Mr_Noob
- Re: Generate an associative array from a file
- From: ccc31807
- Re: Generate an associative array from a file
- From: Peter Makholm
- Re: Generate an associative array from a file
- From: ccc31807
- Re: Generate an associative array from a file
- From: Mr_Noob
- Generate an associative array from a file
- Prev by Date: Re: Spread***::ParseExcel - How to get certain Cells
- Next by Date: Re: regex for chars 192 to 255
- Previous by thread: Re: Generate an associative array from a file
- Next by thread: Re: Generate an associative array from a file
- Index(es):