Help for this page

Select Code to Download


  1. or download this
    sub mysub {
        $arrayref = shift;
    ...
        $arrayref->[$x][$y] = 1;
    
    }
    
  2. or download this
    Useless use of private variable in void context at mymodule.pm line 16
    +6.