# Ok - if/else flow control if ($bar eq "baz") { $foo = "foo"; } else { $bar = "baz"; }