Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: No DESTROY object.

by WizardOfUz (Friar)
on Jan 22, 2010 at 17:20 UTC ( [id://819009]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -we 'bless( \sub {}, "Foo" )->();'
    Not a CODE reference at -e line 1.
    
  2. or download this
    perl -we 'print bless( \sub {}, "Foo" ) . "\n";'
    Foo=REF(0x82998c4)
    
  3. or download this
    use strict;
    use warnings;
    ...
    }
    
    print "Done.\n";
    
  4. or download this
    # Created Foo=CODE(0x82b682c)
    # Ha! Ha! Still there!
    # DESTROYing Foo=CODE(0x82b682c)
    # Done.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-28 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found