Help for this page

Select Code to Download


  1. or download this
    $var = { '1234-567' => { 'key1' => 'stuff' ,
                             'key2' => 'stuff',
    ...
                             'key2' => 'stuff',
                           }
           };
    
  2. or download this
    
    foreach my $paymentRow ( @$payments ) {
    ...
                   $sale_items->{$salesKey}{ppid} );
            }
       }