Help for this page

Select Code to Download


  1. or download this
    sub new {
        my ( $pkg, $cols, $rows, $firstRow ) = @_;
    ...
             AoA  => @AoA
        }, $pkg;
    }
    
  2. or download this
    sub printElement {
        $obj = shift;
    ...
    
        print "AoA[$row][$col] = $obj->{AoA}[$row][$col]; # line 42
    }