Help for this page

Select Code to Download


  1. or download this
    Entity.pm
    
    ...
    =1851=    my $decoder = best MIME::Decoder $encoding;
    =1852=    $decoder->head($self->head);      ### associate with head, i
    +f any
    
  2. or download this
    Decoder.pm
    
    ...
        }
        $self;
    }
    
  3. or download this
    sub new {
        my ($class, @args) = @_;
    ...
    sub init {
        $_[0];
    }