
DNS::BL::cmds::print - Print entries matching IP ranges

use DNS::BL::cmds::print;

This module implements the print command, used to lookup entries from a DNSBL managed by DNS::BL. The general syntax of this command, is as follows
print {within|matching} <ip-address> [to <output-file>] [as <format>]
where each argument has the following function:
Controls which entries are to be affected. Only entries that are fully enclosed within the given IP address network range will be processed.
Controls which entries are to be affected. Only entries that fully enclose the given IP address network range will be processed.
Causes the result to be printed to the file name given as argument.
Influences the format to be used for producing the output of the command. Available formats are:
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.
None by default.

$Log: print.pm,v $ Revision 1.6 2004/10/15 16:02:45 lem Add "as internal"
Revision 1.5 2004/10/13 18:06:20 lem Got rid of Carp (unneeded)
Revision 1.4 2004/10/12 18:20:57 lem Added 'matching'
Revision 1.3 2004/10/12 17:44:46 lem Updated docs. Added print with format
Revision 1.2 2004/10/12 17:32:30 lem print to now implemented
Revision 1.1 2004/10/11 21:16:34 lem Basic db and commands added

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.