Help for this page

Select Code to Download


  1. or download this
       $variable = <condition> ? <value1> : <value2>;
    
  2. or download this
       my $c = <true/false> ?  "$c found!" : "None!";