Agile Tortoise
Greg Pierce’s blog
« Port 25 filters vs. SPF RE: Perl »
Perl
Seth would be proud. I just resorted to writing a Perl script to replace the Python-based squid redirector that was giving me trouble. (I’ve expressed prejudices against Perl to him in the past…but when it come down to writing a 10 liner to manipulate strings, you really can’t beat it.)
December 13th, 2004 at 8:48 am
On 12/13/04, Greg Pierce said:
>Seth would be proud.
Indeed!
>I just resorted to writing a Perl script to replace the
>Python-based squid redirector that was giving me trouble. (I’ve
>expressed prejudices against Perl to him in the past…but when it
>come down to writing a 10 liner to manipulate strings, you really
>can’t beat it.)
So let’s see it!
Seth
December 13th, 2004 at 8:52 am
On Dec 13, 2004, at 8:48 AM, Seth Dillingham wrote:
> So let’s see it!
Oh, no. Because it’s way too lame a perl script to show off, because
i’m currently re-processing the same string that I don’t need to over
and over.
I already intend to ask you the right way to do it in Perl. I just got
it working for now.
g.
December 13th, 2004 at 10:13 am
Seth fixed up the Perl script for me. It’s nice and clean and easy to read now, also easier to configure sites, too. Thanks!