if( $a>Sb){
print "a jest większe od b";
} else {
print "a jest mniejsze lub równe b";
if( $a>$b){
} elseif( $b > $a){ print "a nie jest większe od b";
print "a jest równe b";