Help for this page

Select Code to Download


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