Ross Howard wrote: > Specifically, the line: > ${%{$hash}}{$key} = $value; > ^^^^^^^^^^^ > This is the part I am not 100% clear on.
$hash is a hash reference, right? Then try: $hash->{$key} = $value; - RaFaL Pocztarski, [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]