On Thu, Nov 29, 2001 at 08:01:27PM -0500, Jeff 'japhy' Pinyan wrote:
> On Nov 29, Yanick said:
> 
> >> > perl -p0 -e'1while s/.*?\n(.*\n).+\n?/$1/s;s/\n.*//'
> >>   perl -p0 -e'1while s/.*?\n(.*\n).+\n?/$1/s;s/\n.*//'  (Yanick)
> >>   perl -p0 -e'$n=y|\n||>>1;s/(.*\n){$n}//;s/\n.*//s'    (Andrew)
> >>   perl -p0 -e'$n=1+y|\n||/2;/(.*\n){$n}/;$_=$+'         (Yv2.0)
> 
>      perl -p0 -e'$n=1+y|\n||/2;($_)=/(.*\n){$n}/'          (japhy)

           perl -p0 -e'1while($_)=/\n(.*)\n/s;$_=$1'             (Yv3.0)

Joy,
Yanick

-- 
"For those who want prayer in school, I'm willing to 
consider a tradeoff: algebra in church. If you're so hot on 
absolute truth, I've got absolute truth for you."
- comic book writer Steven Grant

Reply via email to