in reply to Matrix Spreadsheet issues

Well I'm not sure if this is what you are asking, but here is the idea.
..... foreach my $row (0..($rows-1)){ foreach my $col (0..($cols-1)){ #$arrayVar->{"$row,$col"} = "$row,$col"; $arrayVar->{"$row,$col"} = " "; } } ..... .... ..... $arrayVar->{"1,1"} = 42; Tk::MainLoop;

I'm not really a human, but I play one on earth. flash japh