Help for this page

Select Code to Download


  1. or download this
    if ( $answer = "n" )
    
  2. or download this
    if ( $answer eq "n" ) {
    
  3. or download this
    if ( uc($answer) eq "N" ) {
    
  4. or download this
       confirm()