Sunday Tidbits

“If the programming world has a wall, the Perl folks will figure out a way of getting more graffiti on it than anyone else with a more interesting design and possibly on one line.”

"/^http:\/\/([a-z]+\.|)slashdot.org/"
=> "http://the.taoofmac.com.nyud.net:8090" . $_SERVER["REQUEST_URI"]

Update: A word of warning: Coral seems to have trouble with redirects, so make sure you don’t redirect requests coming through it in the first place (check HTTP_VIA for CoralWebPrx), otherwise it will start nesting the hostname and come out with stuff like hostname.nuyd.net.0.hostname.nyud.net:8090.