Help for this page

Select Code to Download


  1. or download this
    for my $row (1 .. $row_count) {
        for my $col (1 .. $col_count) {
            # process cell at row $row and column $col
        }
    }
    
  2. or download this
    SUBROUTINE_REDEFINITION_BLOCK: {
        no warnings 'redefine';
        sub subname { ... }
    }