Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
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 sharing their wisdom with the Monastery: (5)
As of 2024-03-28 22:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found