Help for this page
sub new ($$;$) { my $invocant = shift; ... my @args = (ref($invocant)) ? $invocant->cidr() : @_; return $obj->SUPER::new(@args); }