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{
    ...
         );
    }