| Net-Frame-Tools documentation | Contained in the Net-Frame-Tools distribution. |
Net::Frame::Tools - useful network utilities created using Net::Frame
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.
Patrice <GomoR> Auffret
Copyright (c) 2006-2011, Patrice <GomoR> Auffret
You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.
| 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__