Help for this page
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';
my $some = get_word(); my $when; ... } else { $when = 'yes, there is always a space for default'; }