Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    1 2 3 4 12345
    1 2 3 4 12345
    The null list does the right thing in a scalar context
    
  2. or download this
    sub grid {
        my( $x, $y ) = @_;
    ...
            return $rv;
        }
    }