Help for this page

Select Code to Download


  1. or download this
    $sess_ref->attr("sco_$item_num",$quantity);
    
  2. or download this
    foreach my $key (keys (%{$sess_ref}))
    {
    ...
    # ok this is a Shopping Cart Ordered Item, added to the list
        }
    }