Help for this page

Select Code to Download


  1. or download this
    my $cidrDB : shared;
    my $cidrLock:shared; 
    
    $cidrDB = Net::CIDR::Lite->new;
    
  2. or download this
    package CIDRDB;
    .... #code that runs in worker-bee threads
    ...
        $main::cidrDB->prep_find();
      }
    }