Help for this page
sub add_item { my ($dbh, $cart_ref, $item_id, $qty, $color) = @_; ... push (@{$cart_ref}, @item_ref); }