On Jun 10, 2004, at 12:36 PM, jason corbett wrote:

I am getting the error:

ARRAY(0x1024df4)

It's not an "error". It's what you see when you try to print an array reference.


This line is where it's coming from:

print "$record\n";

If you wanted to see what's in the array referenced by $record, try:

print "@$record\n";

Hope that helps.

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to