Help for this page

Select Code to Download


  1. or download this
    # Process form and set cookies
       my ($cat) = param('butCat');
    ...
          -path => '/',
          );
       print header(-cookie => [$to_set, $to_set_a]);
    
  2. or download this
        $i = 0; 
        while (@record[$i]){
    ...
        $i=$i+1;    
        my (@args) = ($path."advlst.cgi");
         system(@args);