On Wed, 2002-01-09 at 14:52, Sean Reifschneider wrote:
> As you can see from my posts, though, I'm still a Python Bigot (tm).  ;-)

#!/usr/bin/perl -w

# perl_bigot.pl

# read STDIN
while (<>)
{
        # check for the presence of hated enemy
        if ( m/python/i )
        {
                # found one.  tell 'em how it is...
                $anti_python_arg = GetRandomAntiPythonArg;
                print $anti_python_arg;
        }
}

EOF

okay, so i haven't written "GetRandomAntiPythonArg" yet.  at least i
made an effort.  i'm gonna have to pipe my mail through this...

A gift :
the ".pl" after a filename COULD mean "pretty lame"...

Reply via email to