Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Wrong dereference => Out of memory

by Anonymous Monk
on Oct 29, 2012 at 15:10 UTC ( [id://1001375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $foo; $foo->[1] = 42;  # automatically sets $foo = [] before the
    # assignment so you end up with $foo = [undef, 42] instead of
    # dying with "Can't use undef as an ARRAY reference"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-25 16:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found