
DNS::BL::cmds::connect - Implement the connect command for DNS::BL

use DNS::BL::cmds::connect;

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 used and then, its execute() method invoked following the same protocol outlined in DNS::BL. The connect token will be removed before invoking the execute() method of the specific class.
Any prior connect() information will be destroyed before attempting the use.
None by default.

$Log: connect.pm,v $ Revision 1.1.1.1 2004/10/08 15:08:32 lem Initial import

Perl(1), DNS::BL.

Luis Muñoz, <luismunoz@cpan.org>

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.