Help for this page

Select Code to Download


  1. or download this
    for my $data_pair (@data_list) {
        if($data_pair->{'key'} eq 'correct') {
    ...
            }
         }
    }
    
  2. or download this
             $sql_content .= "
    INSERT IGNORE INTO correct SET
           text='".$cor."',
           date='".$date."';