http://www.perlmonks.org?node_id=11126260


in reply to Re^2: is rand random enough to simulate dice rolls?
in thread is rand random enough to simulate dice rolls?

I added:
print "Perl $^V\ $^On";

Move that backslash a bit to the right. ;)

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'