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

$RESULTS{ip} = []; push @{$RESULTS{ip}}, $new_data;

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