Help for this page

Select Code to Download


  1. or download this
        my $charset = $self->charset || '';
        my $utf8    = $charset eq 'utf-8';
    ...
        } else {
          return wantarray ? @{$self->{$name}} : $self->{$name}->[0];
        }