Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 90765 invoked from network); 10 Jan 2005 19:09:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Jan 2005 19:09:23 -0000 Received: (qmail 52719 invoked by uid 500); 10 Jan 2005 19:09:22 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 52707 invoked by uid 500); 10 Jan 2005 19:09:22 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 52693 invoked by uid 99); 10 Jan 2005 19:09:22 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from 65-119-130-99.dia.cust.qwest.net (HELO mail.suran.com) (65.119.130.99) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 10 Jan 2005 11:09:21 -0800 Received: from [192.168.1.145] by mail.suran.com (AppleMailServer 10.2.3.0) id 180868 via TCP with SMTP; Mon, 10 Jan 2005 14:02:13 -0500 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <1780A88D-633A-11D9-8540-0003930F39EC@cdmplus.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: embperl@perl.apache.org From: Derrick Spell Subject: Array of Hashes in %udat Date: Mon, 10 Jan 2005 14:01:53 -0500 X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have an array of hashes that I would like to store in %udat. First of all, is this possible? Second, what is the correct syntax. I have tried: $udat{AoH} = @AoH; but the array doesn't seem to be there when I try to retrieve it. Thanks, -Derrick --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org