Help for this page

Select Code to Download


  1. or download this
    $hr = {
             _orderid => '',
             _items   => [],
          };
    
  2. or download this
    sub set_items { push @{ $_[0]->{_items} }, $_[1]; }