NAME
DNS::BL::cmds::connect - Implement the connect command for DNS::BL
SYNOPSIS
use DNS::BL::cmds::connect;
DESCRIPTION
This module implements the connect command, to be used by DNS::BL. This command uses a backend class to perform low level operations on the DNS::BL stable storage.
The following methods are implemented by this module:
->execute()
-
See DNS::BL::cmds for information on this method's purpose.
The connect command follows a syntax such as
connect <method> ...
Where <method> must be defined in a class such as
DNS::BL::cmds::connect::<method>
This class will be
use
d and then, itsexecute()
method invoked following the same protocol outlined in DNS::BL. The connect token will be removed before invoking theexecute()
method of the specific class.Any prior
connect()
information will be destroyed before attempting theuse
.
EXPORT
None by default.
HISTORY
$Log: connect.pm,v $ Revision 1.1.1.1 2004/10/08 15:08:32 lem Initial import
SEE ALSO
Perl(1), DNS::BL.
AUTHOR
Luis Muñoz, <luismunoz@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2004 by Luis Muñoz
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 129:
Non-ASCII character seen before =encoding in 'Muñoz,'. Assuming CP1252