On Sun, Jan 13, 2002 at 03:41:40AM +0200, Ilmari Karonen wrote:
> 
> On Fri, 11 Jan 2002, Philip Newton wrote:
> > On Wed, 9 Jan 2002 20:34:30 -0500, [EMAIL PROTECTED] (Keith C. Ivey)
> > wrote:
> > 
> > > But s'\x0\xff' @' to make it shorter and more visible on my system.
> > 
> > y(s))y) ?
> 
> q"But y'\x0\xff' @' to make it yhorter and more viyible on my yyytem." ?
> 
> Besides, aren't single quotes special for s/// and y/// anyway?  I think
> what Keith _really_ meant was tr[\0\xff][ @] or equivalent.

I think what Keith *really* meant was not, use s'\x0\xff' @' in the code,
but rather, run s'\x0\xff' @' *on* the code, i.e. change the 7 character
sequence to the two character sequence.  The use of single quotes is
deliberate.

He's looking at the output of the code in ASCII, rather than converting the
output to an actual image.

Ronald

Reply via email to