Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -Mautodie -le '
        sub match_virtual_grid_rows {
    ...
        print for match_virtual_grid_rows($virtual_grid_columns, $grid_str
    +ing);
    '
    DDDAC
    
  2. or download this
    $ perl -Mstrict -Mwarnings -Mautodie -le '
        sub match_virtual_grid_rows {
    ...
    '
    AAABB
    DDDAC
    
  3. or download this
    $ perl -Mstrict -Mwarnings -Mautodie -le '
        sub match_virtual_grid_rows {
    ...
    AAABB
    CCCAC
    DDDAC