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

NAME

DNS::BL::cmds::delete - Delete entries matching IP ranges

SYNOPSIS

  use DNS::BL::cmds::delete;

DESCRIPTION

This module implements the delete command, used to remove entries from a DNSBL managed by DNS::BL. The general syntax of this command, is as follows

  delete within <ip-address>

where each argument has the following function:

within <ip-address>

Controls which entries are to be affected. Only entries that are fully enclosed within the given IP address network range will be processed.

This functionality is provided by the following method:

->execute()

See DNS::BL::cmds for information on this method's general purpose and calling convention.

This method implements the behavior specified above.

EXPORT

None by default.

HISTORY

$Log: delete.pm,v $ Revision 1.2 2004/10/12 17:44:46 lem Updated docs. Added print with format

Revision 1.1 2004/10/11 21:16:59 lem Basic db and commands added

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