Help for this page
my $var = ( $test =~ m/regex/ ) ? "true value" : "false value";
my $var1; my $var2; ... $var1 = "foo"; $var2 = "bar"; }