my $x = 1; if ($x > 1) { } # Do something if greater than one elsif ($x < 1) { } # Do something else here