Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $query = new CGI;
    my $t = $query->param('type');
    
  2. or download this
    $type.$t = 1;  #or $type2 = 1 or $type2 = true
    
  3. or download this
    if ($t == 1) { 
       $type1 = 1;
    ...
       $type2 = 1;
    ...
    }