Help for this page

Select Code to Download


  1. or download this
    @_ = map { 0 } (1..$w*$h);
    
  2. or download this
    @_ = (0) x ($w*$h);