Help for this page

Select Code to Download


  1. or download this
    package FunnyEmail;
    use strict;
    ...
        my $self = {simple => $simple};
        bless $self, $class;
    }
    
  2. or download this
    our $AUTOLOAD;
    sub AUTOLOAD {
    ...
            die "Cannot run $method\n";
        }
    }