Luis Muñoz > DNS-BL > DNS::BL::cmds::connect

Download:
DNS-BL-0.03.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.00_01   Source  

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 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.

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.

syntax highlighting: