Help for this page

Select Code to Download


  1. or download this
    my @colLength;
    sub calcMaxColumn
    ...
            }
        }
    }
    
  2. or download this
    my $strLen = 0;
        for (my $x = 0; $x <= $#AoA; $x++)
    ...
            }
            print OUTDATA "\n";
        }