Help for this page

Select Code to Download


  1. or download this
    # Module to calculate item positions for the Tk Grid geometry
    # manager, returning the results as an anonymous AoA such that the
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    #
    ...
           . ( qw{ Rows Columns } )[ $rowsOrColumns ]
           . q{ ...};
    }