Turning number ranges into prefixes
Chisel Wright
chisel at herlpacker.co.uk
Wed Aug 23 17:15:15 BST 2006
On Wed, Aug 23, 2006 at 05:08:06PM +0100, David Cantrell wrote:
> $ perl -e 'print "1424210000" ^ "1424225999"'
> [some whitespace]
Meanwhile:
$ perl -le 'print "1424210000" xor "1424225999"'
1424210000
--
Chisel Wright
e: chisel at herlpacker.co.uk
w: http://www.herlpacker.co.uk/
This is not an automated signature. I type this in to the bottom of every
message.
More information about the london.pm
mailing list