Help for this page

Select Code to Download


  1. or download this
    $canvas->bind($dk_img, "<Button-1>", [\&frst_clk,
          { deck => $deck, waste => $waste, img => $dk_img }]);
    
  2. or download this
    $VAR1 = {
              'deck' => bless( {
    ...
                                  'max' => 52
                                }, 'Pile' )
            };
    
  3. or download this
    $_->{deck}
    
    ...
    ${@_{deck}}
    
    ## and a bunch of other big and baggy monsters ...