演算子(Operator) 算術(ArithmeticOperator) # increment, decrement $i ++; $i --; 比較 # 数値 $a < $b $a == $b $a != $b # 文字列 $a lt $b $a eq $b $a ne $b