Help for this page
>Scalar value @Matrix[$a] better written as $Matrix[$a] at ./test.pl l +ine 22. syntax error at ./test.pl line 22, near "][" Execution of ./test.pl aborted due to compilation errors.
use strict; ... @Matrix[($a+180)][($b+180)] += 1; }