Help for this page

Select Code to Download


  1. or download this
    >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.
    
  2. or download this
    use strict;
    
    ...
    @Matrix[($a+180)][($b+180)] += 1;
       
    }