File: README

package info (click to toggle)
psad 1.4.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,388 kB
  • ctags: 1,851
  • sloc: perl: 26,776; ansic: 8,319; makefile: 1,859; sh: 279
file content (41 lines) | stat: -rw-r--r-- 762 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Net::IPv4Addr
=================

Version: 0.10

Description
-----------

Net::IPv4Addr provides functions for parsing IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
There are also methods for calculating the network and broadcast
address and also to see check if a given address is in a specific
network.

Installing
----------

The usual:

    perl Makefile.PL
    make
    make install

Documentation
-------------

Documentation is included in pod format.

Bugs
----

Send bug reports and suggestions to bugs@iNsu.COM.

Copyright
---------

Copyright (c) 1999,2000 iNsu Innovations Inc . 
All rights reserved.

This package is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.