On Sunday 23 September 2001 02:20, Zysman, Roiy wrote:
> Can any one show me a way on how to use associative arrays to hold array
> pointers,and how to modify the arrays (not the associativeones)

Well, I suppose one could give examples here, but you're going to be best 
off if you read about it yourself to make sure your questions are answered.

So:

        perldoc perldsc

That's the Perl Data Structure Cookbook that comes with Perl.  It sounds 
like you're most interested in Hashes of Arrays.

Also, look at the Camel for a pretty clear discussion.

Also, associative arrays are usually called "hashes" these days, so don't 
be thrown when you don't see references to "associative array".

I hope that's some help.

Regards,

Troy



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

Reply via email to