Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # fill two 25 x 25 arrays with zeros, then modify a couple of cells
    ...
    print join(",", @{$row}), "\n";
    }
    exit;