Help for this page

Select Code to Download


  1. or download this
    sub add_item {
        my ($dbh, $cart_ref, $item_id, $qty, $color) = @_;
    ...
      
        push (@{$cart_ref}, @item_ref);
    }