Re: Another Friday 13th
[email protected] (Jerome Quelin)
| Newsgroups | perl.golf |
|---|---|
| Message-ID | <[email protected]>(added by [email protected]) |
On Samedi 14 Septembre 2002 01:23, Steve Lane wrote : > > perl -e 'print "".gmtime(-0x80000000+3600)' > perl -e 'print ~~gmtime(-0x80000000+3600)' Uh. Shorter: perl -e 'print~~gmtime(-2**31+3600)' Jérôme -- [email protected]