http://www.perlmonks.org?node_id=917369


in reply to Re^2: perl error
in thread perl error

@Matrix[$row($a+180)][$column($b+180)] += 1;

should be something like

$Matrix[$row($a+180)][$column($b+180)] += 1;