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

Yet Another Perl Object Model (Inside Out Objects)

by demerphq (Chancellor)
on Dec 15, 2002 at 00:38 UTC ( [id://219924]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #Basic "InsideOut" object
    #from http://perlmonks.org/index.pl?node_id=178518
    ...
    
    =cut
    
  2. or download this
    package Data::Dumper::InsideOut;
    use Data::Dumper();
    ...
    L<Perl>, L<Class::Attributes::InsideOut>
    
    =cut
    
  3. or download this
    #!perl -l
    BEGIN {
    ...
    check($bar);
    check(Plain->new($bar));
    __END__
    
  4. or download this
    # last dump from check(Plain->new($bar));
    # Evaled Data::Dumper::InsideOut
    ...
              '-class' => 'Bar'
            }, 'Frozen::InsideOut::Class' )->Toaster()
           ], 'Plain' );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://219924]
Approved by Zaxo
Front-paged by diotalevi
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found