Skip to content

Perl extension for manipulating autonomous system numbers

Notifications You must be signed in to change notification settings

klp2/netasn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Perl extension for manipulating autonomous system numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%