Help for this page

Select Code to Download


  1. or download this
    sub make_complex_array {
      my @args=@_;
    ...
      # ....
      return $value;
    }
    
  2. or download this
    package Complex::Array;
    sub new {
    ...
      # ....
      return $value;
    }