Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Problems with array references in shared hash values

by jv (Initiate)
on Jul 04, 2003 at 15:18 UTC ( [id://271498]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://271498]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-24 13:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found