- or download this
EXPR and last
while not(condition)
- or download this
use Fatal
'unlink';
- or download this
do { open(my $tty, "/dev/tty") && readline($tty) or die "nope: $!"
+ }
- or download this
print @x; # where's the "uninitialized value in print" warning?
sub TIESCALAR { bless{} } sub FETCH { 42 } tie $x, "main"; print $
+x