Variables ● Scalars $x = “100.000\n”; print $x; #string $x = $x + 1; print $x;