Meryll Larkin writes:

=> [...]
=> The effect these last several emails about naked arm wrestling [...]
=> has produced in me is [...] of "[...] I'm glad I wasn't there."
=> [...]

I heartily second this opinion.  Thanks for speaking up!


=> If it had been 5 emails or fewer I probably would have let
=> it go, [...]

Those who want to continue the discussion, please take it
off-list.  (Feel free to create <[EMAIL PROTECTED]> for "fun
with naked arm wrestling" fans. :-)


ObPerl:

On my system, whereis(1) doesn't do what I want it to do,
which is search my $PATH.  The following one-liner does this:

    || % perl -lwe '$,=" ";for my $x(@ARGV){print "$x:", \
    ||     map {-e "$_/$x" ? "$_/$x" : ()} split /:/,$ENV{PATH}}' ls cat
    || ls: /depot/local/bin/ls /usr/ucb/ls /bin/ls /usr/bin/ls
    || cat: /bin/cat /usr/bin/cat
    || %
    || % whereis ls cat
    || ls: /usr/bin/ls /usr/ucb/ls
    || cat: /usr/bin/cat
    || %

peace,                              || Rainwater Harvesting in Karnataka:
--{kr.pA}                           || http://makeashorterlink.com/?J21521932
--
GAAP, n.: the reason for the gaap between the balance sheet and reality.

Reply via email to