Net-ASN
Net::ASN provides functions for parsing autonomous system numbers (ASNs) as defined in RFC 1771 and extended by RFC4893, also converting between formats discussed in RFC5396.
Both an OO implementation (method based) and non-OO (function based) are provided for convenience.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc Net::ASN
COPYRIGHT AND LICENCE
Copyright (C) 2008 David J. Freedman
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.