Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!convex!convex.convex.com!dale From: dale@convex.com (Dale Lancaster) Newsgroups: comp.lang.perl Subject: Re: unpack and endianness Message-ID: Date: 9 Oct 90 17:20:43 GMT References: <9821@jpl-devvax.JPL.NASA.GOV> <885@usage.csd.unsw.oz.au> <9847@jpl-devvax.JPL.NASA.GOV> Sender: usenet@convex.com Distribution: comp Lines: 13 In <9847@jpl-devvax.JPL.NASA.GOV> lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) writes: >Because . doesn't match \n. [\0-\377] is the most efficient way to match >everything currently. Maybe \e should match everything. >And \E would of course match nothing. :-) >Larry I would rather see \* match everything and \e be ESC as it is in other utilities. And maybe \!* matches nothing? :-) dml