The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::AdServer::Displayer::NonSSI - displays adverts using non-SSI method

SYNOPSIS

  use WWW::AdServer::Displayer::NonSSI;

  my $displayer = WWW::AdServer::Displayer::NonSSI->new( r=>$r );

  $displayer->display($advert);

DESCRIPTION

$displayer = WWW::AdServer::Displayer::NonSSI->new( $r );

Constructor for a Non-SSI Displayer. Must be supplied with either an Apache request object, or an Apache::Emulator object (when using CGI).

$displayer->display($advert);

Outputs the advert to the client.

EXPORT

None by default.

AUTHOR

Nigel Wetters (nwetters@cpan.org)

COPYRIGHT

Copyright (c) 2001, Nigel Wetters. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.