Eugene van der Pijll <[EMAIL PROTECTED]> wrote:

> $_=$"x~-(1|1<<pop)."/\\
> ";print,s/(?<=\\)../$&^v15.'|'/eg,s^$^/\\^while+s\^ \\

Still wasting a stroke with the double quotes (which force you 
to escape the backslash):

 $_=$"x~-(1|1<<pop).'/\
 ';print,s/(?<=\\)../$&^v15.'|'/eg,s^$^/\\^while+s\^ \\

Of course, now the backslashes at the end aren't as pleasing.


-- 
Keith C. Ivey <[EMAIL PROTECTED]>
Washington, DC

Reply via email to