Help for this page

Select Code to Download


  1. or download this
    $VAR1 = 
              {
    ...
                'quantity' => 2,
                'name' => 'abc2'
              }
    
  2. or download this
    
       $VAR1 = [      {
    ...
            ];
    
  3. or download this
       
     sub display_cart {
            my ($cgi, $session) = @_;
    ...