- or download this
package Handler::Colors;
use YAML qw(Load); # or some other module to handle config-like files
...
send_mail($self->{email});
}
}
- or download this
push @event_handlers,"Handler::$_";
- or download this
push @event_handlers,"Handler::$_"->init();