Help for this page

Select Code to Download


  1. or download this
    package Games::Grid;
    
    require 5.005_62;
    ...
    1;
    __END__
    
  2. or download this
    use Games::Grid;
    
    
    ...
    
      $g->make_grid;
    
  3. or download this
    PERL_DL_NONLAZY=1 /arudev/bin/perl -Iblib/arch -Iblib/lib -I/arudev/li
    +b/perl5/5.6.0/sun4-solaris -I/arudev/lib/perl5/5.6.0 test.pl
    1..1
    ok 1
    ...
    Use of uninitialized value in subtraction (-) at blib/lib/Games/Grid.p
    +m line 61.
    {ap555sun:tmbranno:tmbranno_1674066_sql_memory_hogging:arupatch}115> /
    +home/tmbranno/src/Games/Grid  
    %