Help for this page
Select Code to Download
Select
or
download this
$a = 3 # no semi needed here if ($a == 5) { print "b" }
Select
or
download this
$a = 3
Select
or
download this
$a = 3 if ($a == 5)
Select
or
download this
$a = 3 if ($a == 5); { print "b" }