CGI::Application::Plugin::Email

Lazy loaded Email
Download

CGI::Application::Plugin::Email Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Lyle Hopkins
  • Publisher web site:
  • http://search.cpan.org/~cosmicnet/

CGI::Application::Plugin::Email Tags


CGI::Application::Plugin::Email Description

Lazy loaded Email CGI::Application::Plugin::Email is a Perl module that acts as a wrapper around Email::Stuff. The only real benefit is the lazy loading so that Email::Stuff isn't loaded with every request. This makes it a good option for scripts running through CGI.SYNOPSISJust a little wrapper around Email::Stuff. Useful to add easy emailing functionality without loading having to load the library unless it's actually called. use CGI::Application::Plugin::Email qw( :std );Creating a new Email::Stuff object:- $email = $self->Email->new;If you aren't happy with importing a method named Email into your namespace then you can choose the method name:- use CGI::Application::Plugin::Email ( ':std', { method => 'EmailStuff' } );Creating a new Email::Stuff object:- $email = $self->EmailStuff->new; Requirements: · Perl


CGI::Application::Plugin::Email Related Software