Help for this page

Select Code to Download


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