Help for this page

Select Code to Download


  1. or download this
    
    my %Mode = ( 
    ...
        &default;
    }
    
  2. or download this
    
    #!/usr/bin/perl -w 
    ...
    my $sc = Cart::ShoppingCart->new();
       $sc->run();
    
  3. or download this
     my $q = $self->query();
    
  4. or download this
     my $q = CGI->new;
    
  5. or download this
    
    sub add_to_cart { 
    ...
         
    }
    
  6. or download this
     
    print $q->redirect(-uri => $some_url);
    
  7. or download this
     
    sub cart_summary { 
        my $self = shift;
    ...
           
     }
    
  8. or download this
     
    
    [% WRAPPER basic_admin_page.html %]
    ...
    
    [% END %]
    
  9. or download this
        [% INCLUDE basic_page.html %]