$a + /oo/; # Regex, ausgeschrieben $_ =~ /oo/ $a ++ / oo; # Division sin / 25 ; # / ; die "this dies!"; time / 25 ; # / ; die "this doesn't die";