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