Help for this page

Select Code to Download


  1. or download this
    my $some = get_word();
    my $when = $some eq 'body'  ? 'has to fight' :
    ...
               $some eq 'where' ? 'in a avery near place to their mind' :
               $some eq 'time'  ? 'can only tell' :
               'yes, there is always a space for default';
    
  2. or download this
    my $some = get_word();
    my $when;
    ...
    } else {
        $when = 'yes, there is always a space for default';
    }