Net::Frame::Tools - useful network utilities created using Net::Frame


Net-Frame-Tools documentation Contained in the Net-Frame-Tools distribution.

Index


Code Index:

NAME

Top

Net::Frame::Tools - useful network utilities created using Net::Frame

DESCRIPTION

Top

This package installs various Perl programs. All these programs are written using Net::Frame::* modules, and are named nf-*.pl.

Each program does a specific task, using UNIX spirit.

AUTHOR

Top

Patrice <GomoR> Auffret

COPYRIGHT AND LICENSE

Top


Net-Frame-Tools documentation Contained in the Net-Frame-Tools distribution.

#
# $Id: Tools.pm 344 2011-03-23 17:52:03Z gomor $
#
package Net::Frame::Tools;
use strict;
use warnings;

our $VERSION = '1.03';

1;

__END__