404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.141.46.4: ~ $
# Copyrights 1995-2016 by [Mark Overmeer <perl@overmeer.net>].
#  For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 2.02.
package Mail::Field::Generic;
use vars '$VERSION';
$VERSION = '2.18';


use Carp;
use base 'Mail::Field';


sub create
{   my ($self, %arg) = @_;
    $self->{Text} = delete $arg{Text};

    croak "Unknown options " . join(",", keys %arg)
       if %arg;

    $self;
}


sub parse
{   my $self = shift;
    $self->{Text} = shift || "";
    $self;
}

sub stringify { shift->{Text} }

1;

Filemanager

Name Type Size Permission Actions
AddrList.pm File 1.39 KB 0644
AddrList.pod File 4.04 KB 0644
Date.pm File 1.1 KB 0644
Date.pod File 2.96 KB 0644
Generic.pm File 591 B 0644
Generic.pod File 3.05 KB 0644