Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Attempt to free unreferenced scalar

by tqisjim (Beadle)
on Mar 15, 2013 at 20:27 UTC ( [id://1023770]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            for my $v ( values %{ $self->{globals}->{memory} } ) {
                    my $item = NoSQL::PL2SQL::Object::item( $v->[0] ) ;
                    delete $item->[1]->{clone} if $item && $item->[1] ;  #
    +# ERROR IS HERE
                    }
    
  2. or download this
    Scalar::Util::weaken( $self->{globals}->{memory}->{$k}->[0] ) ;
    

Log In?
Username:
Password:

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

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

    No recent polls found