Help for this page

Select Code to Download


  1. or download this
    %Bet01 = ( 230 => 2, 238 => 5, 224 => 1,);
    %Bet05 = ( 101 => 2, 103 => 2, 0 => 4, );
    
  2. or download this
    my %bets = (
       'Bet01' => { 230 => 2, 238 => 5, 224 => 1 },
       'Bet05' => { 101 => 2, 103 => 2, 0   => 4 },
    );