Help for this page

Select Code to Download


  1. or download this
    my $row;
    for my $temp (@display) {
    ...
        push @display, $row;
    }
    $row->[$j] = 'X';