Re: Another Friday 13th
[email protected] ((Ton Hospel))
| Newsgroups | perl.golf |
|---|---|
| Organization | lunix confusion services |
| Message-ID | <[email protected]> |
In article <3D8012080014AD30_mel-rta10.wanadoo._r_____postmaster@wanadoo._r_>, Jerome Quelin <[email protected]> writes: > 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)' perl -e 'print~~gmtime~0/2+3601' (or drop the ' too if you do not do standard golf counting)