Re: Another one-liner?
[email protected] (Phil Carmody) Wed, 24 Jun 2009 22:14:04 +0000 (GMT)
| Newsgroups | perl.golf |
|---|---|
| Message-ID | <[email protected]> |
--- On Wed, 6/24/09, [email protected] <[email protected]> wrot= e: > +0100, Jasper wrote: > > 2009/6/24 Daniel Tiefnig <[email protected]>: > > > > > > ?perl -00 -ne'/.{65535}/||print' > > > > >=20 > > of course becomes > >=20 > > perl -00 -pe'$_ x=3D!/.{65535}/' >=20 > =A0=A0=A0 I'm probably overlooking something > silly, but >=20 > =A0=A0=A0 perl -O0 -pe's/.{65535,}//'=A0=20 > =A0=A0=A0=20 > =A0=A0=A0 ? I love you guys, I really do. I'll never be a golfer, but I'll always be a = very happy spectator! Phil=0A=0A=0A