Help for this page

Select Code to Download


  1. or download this
    sub cardinality
        {
    ...
    
        return $product;
        }
    
  2. or download this
    $self->{lengths}  = [ map { $#{$_} } @$array_ref ];