- or download this
#print first letter of Hebrew alphabet (aleph)
my $ch=chr(0x5D0); print STDERR "$ch\n";
- or download this
Debian (Lenny)
system perl (5.10.0)
xterm version: XTerm(235)
bash: GNU bash, version 3.2.39(1)-release (i486-pc-linux-gnu)
- or download this
use strict;
use warnings;
...
# truncated, and script is not merely aborting
END { warn "Ah...dead\n"; }
END { warn "I'm dying :-( \n" }
- or download this
SV = PV(0x817c6d0) at 0x8197e90
REFCNT = 1
...
I really did. I really did.
I'm dying :-(
Ah...dead
- or download this
SV = PV(0x817c6d0) at 0x8197e90
REFCNT = 1
...
I really did. I really did.
I'm dying :-(
Ah...dead
- or download this
$ perl myscript.pl
SV = PV(0x817c6d0) at 0x8197e90
...
layers for STDERR: unix perlio
Wide character in print at Monks/Foo.pm line 916.
$
- or download this
$ perl myscript.pl
SV = PV(0x817c6d0) at 0x8197e90
...
LEN = 4
layers for STDERR: unix perlio utf8
$