How can I get at an array in an array of arrays?


I'm creating the arrays using:

  $fComments[$i++] = [ @comments ];

Now I want to get back what I put in:

  print "$fComments[0]\n";

but this prints ARRAY(0x107671f0).  How do I follow that pointer?

(I really think we need a pre-beginners list...  =)

TIA.

- B




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

Reply via email to