Help for this page
my $var = $test ? $value_one : $value_two;
( $test ? $var_one : $var_two ) = $value;