in reply to Re: Problems with array references in shared hash values
in thread Problems with array references in shared hash values

but rigth there I want to creat the array. Before that the array doesn't exist!
  • Comment on Re: Re: Problems with array references in shared hash values

Replies are listed 'Best First'.
Re: Re: Re: Problems with array references in shared hash values
by fglock (Vicar) on Jul 04, 2003 at 15:23 UTC
    $RESULTS{ip} = []; push @{$RESULTS{ip}}, $new_data;
      the error is given at this line -->$RESULTS{ip} = [];
      yes,I do ablolutely the same thing but error occurs! Invalid value for shared scalar at jv.pl line 74.
      that's horrible