Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

gmpassos's scratchpad

by gmpassos (Priest)
on Jun 01, 2004 at 16:59 UTC ( [id://358228]=scratchpad: print w/replies, xml ) Need Help??

Closure bug test:
use Test; BEGIN { plan tests => 6 } ; for(1..3) { my $DESTROY ; sub DESTROY { $DESTROY = 1 } $DESTROY = undef ; my $ref ; { my $o = bless {} ; ok(!$DESTROY) ; } ok($DESTROY) ; }
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
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: (4)
As of 2024-09-17 00:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (22 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.