Adam Worrall > Net-Analysis > Net::Analysis::Constants

Download:
Net-Analysis-0.40.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  1
View Bugs
Report a bug
Module Version: 0.01   Source  

NAME ^

Net::Analysis::Constants - some families of constants

SYNOPSIS ^

  use Net::Analysis::Constants qw(tcpseshstates tcpflags packetclasses);

  if ($var == PKT_DUP_DATA) {...}

DESCRIPTION ^

Some useful constants.

EXPORT

None by default.

AUTHOR ^

Adam B. Worrall, <worrall@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2004 by Adam B. Worrall

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.