That did it, thanks Tim and John.
- B
__
You can try something like this:
print "@{$fComments[0]}\n";
Which will attempt to dereference the array at $fComments[0].
-Original Message-
From: Bryan R Harris [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 2:55
You can try something like this:
print "@{$fComments[0]}\n";
Which will attempt to dereference the array at $fComments[0].
-Original Message-
From: Bryan R Harris [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 2:55 PM
To: [EMAIL PROTECTED]
Subject: referring to an array in an
Bryan R Harris wrote:
>
> 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";
print "@{$fComments[0]}\n";
John
--
use Perl;
program
fulfillment