Help for this page

Select Code to Download


  1. or download this
    package Net::Subnet;
    
    use strict;
    ...
    
    This library is free software; you can redistribute it and/or modify i
    +t under
    the same terms as Perl itself.
    
  2. or download this
    !/usr/bin/perl -slw
    
    ...
    );
    
    print $is_rfc1918->('10.96.2.0') ? 'yes' : 'no';
    
  3. or download this
    yes