On Wed, Jun 24, 2009 at 04:26:05PM +0100, Jasper wrote: > 2009/6/24 Daniel Tiefnig <dan...@gmx.at>: > > > > ?perl -00 -ne'/.{65535}/||print' > > > > of course becomes > > perl -00 -pe'$_ x=!/.{65535}/'
I'm probably overlooking something silly, but perl -O0 -pe's/.{65535,}//' ? Joy, `/anick