Help for this page
$variable = <condition> ? <value1> : <value2>;
my $c = <true/false> ? "$c found!" : "None!";