Help for this page

Select Code to Download


  1. or download this
    $secretword=$words{$name};
    if ($secretword eq ""){
      $secretword="stupid";
    }
    
  2. or download this
    if (defined $secretword) {
      $secretword = 'stupid';
    }