Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Class::InsideOut - yet another riff on inside out objects.

by adrianh (Chancellor)
on Dec 18, 2002 at 23:52 UTC ( [id://220999]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %foo : Field;  # no accessor 
    our %foo : Field; # accessor created automatically
    
  2. or download this
    use Test::More tests => 3;
    use strict;
    ...
        is( Foo->Num_objects, 1, '1 object' );
    };
    is( Foo->Num_objects, 0, '0 objects' );
    
  3. or download this
    1..3                                                                  
    +          
    ok 1 - 2 objects                                                      
    +          
    ok 2 - 1 object                                                       
    +          
    ok 3 - 0 objects
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-16 21:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found