Help for this page

Select Code to Download


  1. or download this
    my $max_size = 5;  # SELECT MAX(size)
    
    ...
    }
    
    print("</table>");
    
  2. or download this
    use List::Util qw( max );
    
    ...
    }
    
    print("</table>");