Anchovy - Perl WebMail


Anchovy documentation  | view source Contained in the Anchovy distribution.

Index


NAME

Top

Anchovy - Perl WebMail

VERSION

Top

Version 0.01

SYNOPSIS

Top

Anchovy is a Perl Webmail Project

    # In webmail.cgi
    use Anchovy;
    my $app = Anchovy->new();

    $app->run();




FUNCTIONS

Top

run

This is a CGI::Application subclass.

AUTHOR

Top

James Wright, <jwright at cpan.org>

BUGS

Top

Please report any bugs or feature requests to bug-anchovy at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Anchovy. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Anchovy




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Anchovy

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Anchovy

* CPAN Ratings

http://cpanratings.perl.org/d/Anchovy

* Search CPAN

http://search.cpan.org/dist/Anchovy/

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Anchovy documentation  | view source Contained in the Anchovy distribution.