| WWW-AdServer documentation | view source | Contained in the WWW-AdServer distribution. |
use WWW::AdServer::Displayer::NonSSI; my $displayer = WWW::AdServer::Displayer::NonSSI->new( r=>$r ); $displayer->display($advert);
Constructor for a Non-SSI Displayer. Must be supplied with either an Apache request object, or an Apache::Emulator object (when using CGI).
Outputs the advert to the client.
None by default.
Nigel Wetters (nwetters@cpan.org)
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.
| WWW-AdServer documentation | view source | Contained in the WWW-AdServer distribution. |