On Thu, 13 Oct 2005 10:11:41 -0700, Ryan Tate wrote: Hi Ryan
> $Tied_hash{ $id } = { key1 => $val1, key2 => $val2 };
But a hash is just an array of key/value pairs. Can't you just try:
$T{$id} = [\%hash];
What happens?
--
Cheers
Ron Savage, [EMAIL PROTECTED] on 14/10/2005
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company
