pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 21c9f5dbc5ea9691ce0a4c0cb3a9f46a00e11dd0
parent 89a57e8d96147787fa53dacf77f50bf11b136f86
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  9 Nov 2014 19:54:33 -0700

search: delete old commented code

Diffstat:
Msearch.pl | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/search.pl b/search.pl @@ -57,11 +57,6 @@ my $search_sth = $dbh->prepare($sql); print ftime() . "starting main accept loop\n"; while ($request->Accept() >= 0) { print "Content-Type: text/html\r\n\r\n"; - - # for (sort keys %ENV) { - # print "$_: $ENV{$_} <br>\n"; - # } - my (undef, $input) = split("=", $ENV{QUERY_STRING}); $search_sth->execute("%$input%", "%$input%", "%$input%");