in reply to Re: Re: Re: undefined value as a HASH reference??
in thread undefined value as a HASH reference??

I did you one better and added print STDERR "Range:  $range\n"; into the mix. Here's the output:
Range: Win32::OLE=HASH(0x245b554) Ref: Win32::OLE Tied:

Update: Further investigation shows that wrapping an eval around the hash like so:

$Sheet->Range("A6")->{'Value'} = eval { $var_ref->{results}{'Legal'} +};
Also executes without error.

ryddler