Help for this page

Select Code to Download


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