Help for this page
sub make_complex_array { my @args=@_; ... # .... return $value; }
package Complex::Array; sub new { ... # .... return $value; }