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

Re: Re: Re: Yet Another Perl Object Model (Inside Out Objects)

by BrowserUk (Patriarch)
on Dec 15, 2002 at 03:52 UTC ( [id://219961]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub toString{
        my $self = shift;
    ...
            $author{$self},
            $approved{$self};
    }
    
  2. or download this
    sub toString{
        my $self = shift;
    ...
            $date{$self},
            $self->SUPER::toString();
    }
    
  3. or download this
    # QuotePlus (sub)class
    sub _dump{
    ...
         );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-16 07:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found