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