Help for this page

Select Code to Download


  1. or download this
    my $gamename = param('gamename');
    
  2. or download this
    print start_form(-action=>'games.pl');
        print table( {class=>'games'} );
    ...
            }
        print end_table;
    print end_form;
    
  3. or download this
    if( param('gamename') )