Queries & Responses for 06 October 2006

salma hayek ethnic background
Salma’s round background She is indeed “ethnic” as the cowards at the TV networks say. Now, let’s have a look at her back. Yes. Yes. It is indeed round.
See also Coyote.
[close] Permanent link · http://querylog.com/q/salma+hayek+ethnic+background

Suggested HTML for linking:
Link preview: salma hayek ethnic background
06 October 2006 · celebrity & Hollywood
The page found by the original query:
Words that start with N—The Devil’s Dictionary X™
There once was a girl named Michelle
There once was a girl named Michelle
Who came louder than Notre Dame’s bell.
A pillow in her face,
Saves the neighbors disgrace;
Their wives don’t come nearly so well.
…Well, well, well you never can tell…
[close] Permanent link · http://querylog.com/q/There+once+was+a+girl+named+Michelle

Suggested HTML for linking:
Link preview: There once was a girl named Michelle
06 October 2006 · speaking in tongues · sex counselor
The page found by the original query:
majenta || Michelle’s Fruit—An Amazon.com …
devil's suppository cheese
I like you, kid. It’s not often someone can gross me out but for whatever reason, that combination of words worked. Nice going.
[close] Permanent link · http://querylog.com/q/devil's+suppository+cheese

Suggested HTML for linking:
Link preview: devil's suppository cheese
06 October 2006 · C-bomb & scatological friends
The page found by the original query:
Words that start with S—The Devil’s Dictionary X™
ann coulter is the devil
What gives? I thought all you liberals were godless.
[close] Permanent link · http://querylog.com/q/ann+coulter+is+the+devil

Suggested HTML for linking:
Link preview: ann coulter is the devil
06 October 2006 · celebrity & Hollywood · politics
The page found by the original query:
Coulter, Ann—The Devil’s Dictionary X™
where was the bomb created?
In my great-‌grandfather’s ice shed. Well, that’s where they kept some of the parts anyway [link].
I need to put a topic flag on the site along the lines of “No, seriously.”
[close] Permanent link · http://querylog.com/q/where+was+the+bomb+created?

Suggested HTML for linking:
Link preview: where was the bomb created?
06 October 2006 · PR
The page found by the original query:
QueryLog: Why was the nuclear bomb created.
"query_string"+perl+hash
You can certainly parse it out of $ENV{QUERY_STRING} yourself but there are at least two problems with that.
1) You have to really know what you’re doing or you’ll flub it. E.g., & and ; are both legitimate key=value separators, and multiple arguments (foo=bar;foo=baz) are valid for single keys which is not the default hash behavior.
2) If you really know what you’re doing you won’t waste your time writing it when one of the Saints of Perl already has done it for you in the URI modules.
use URI;
use URI::QueryParam; # adds the query_param functionality
my $uri = URI->new($ENV{HTTP_REFERER}); for my $key ( $uri->query_param ) { print "$key: ", join(", ", $uri->query_param($key)), "\n"; }
[close] Permanent link · http://querylog.com/q/%22query_string%22+perl+hash

Suggested HTML for linking:
Link preview: "query_string"+perl+hash
06 October 2006 · Internet & computing
The page found by the original query:
CGI with dispatch hash