Help for this page

Select Code to Download


  1. or download this
    push @{ $c->session->{items} }, $item_id;
    
    $c->session->{cart}{$item_id} += $quantity;
    
  2. or download this
    sub contact_GET {
        my ( $self, $c ) = @_;
    
    ...
            token       => $token,
        );
    }