I
Ilya Zakharevich
perl -wle "close STDERR; open F, q(>), q(/dev/tty) or print 11;
print fileno F; warn 22; print STDERR 33; print $x+77"
Try to guess the output (use /dev/con on DOSISH, ' otherwise). Solution below:
print fileno F; warn 22; print STDERR 33; print $x+77"
Try to guess the output (use /dev/con on DOSISH, ' otherwise). Solution below: