Help for this page

Select Code to Download


  1. or download this
    s|(<input type=checkbox)(.*)( name=)(\w+)|$1$2$3$4 $check{$4}|ig;
    
  2. or download this
        foreach  ($query->param) 
        {    
    ...
            if ($_=~/^c_/) { $check{$_}="CHECKED"  
                    print OUT "$in{$_}\t";
    }