Skip to content

Instantly share code, notes, and snippets.

@celogeek
celogeek / gist:7136422
Created October 24, 2013 12:35
env.psgi
#!/usr/bin/env perl
use strict;
use warnings;
use DDP;
p(%ENV);
return sub {
my ($env) = @_;
return [200, [], [p($env)]];
//Note: This command was automatically generated by the create-new-search-command command.
CmdUtils.makeSearchCommand({
name: "mininova-search",
url: "http://www.mininova.org/search/?search={QUERY}",
icon: "http://www.mininova.org/favicon.ico",
description: "Searches www.mininova.org"
});