Help for this page

Select Code to Download


  1. or download this
    sub abstract {
        my $self = shift;
    
        return decode('UTF-8', $self->SUPER::abstract(@_));
    }