http://qs321.pair.com?node_id=11113146


in reply to Re: Error: when joining two hashes
in thread Error: when joining two hashes

Thanks. If its a array ref: when I tried ...

$joined_FS{$_} ||= {( %{$VAR1->{$_}||{}}, @{$VAR2->{@_}||{}} )} for ke +ys(%$VAR1), keys(@$VAR2);

I get same error ... Is it possible to join array ref and hash ref please?