Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print Data::Dumper->Dumpxs( [ \ %byIP ], [ qw{ *byIP } ] );
    
  2. or download this
    %byIP = (
              '10.172.9.22/24' => [
    ...
                                     'COMP3:eth2'
                                   ]
            );