Help for this page

Select Code to Download


  1. or download this
    # Process form and set cookies
       my ($cat) = param('butCat');
       my ($typ) = param('txtTyp');
    ...
       
        my $cgi = CGI->new();
        print $cgi->redirect(-uri => '/'.$typ.'sub.html', -cookie => [$to_
    +set, $to_set_a]);
    
  2. or download this
    # Get Subcat data from cat cookie
        $catnum = cookie('cat');