my
unless ( $baz ) { my $foo = $bar; }
my $foo; if ( $baz ) { $foo = $woo; } else { $foo = $bar; }
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
my
isn't conditional.It's the difference between:
And