- or download this
Options +ExecCGI
AddHandler cgi-script .cgi .pl
- or download this
<Directory /path/to/my/vhost/>
AllowOverride all
</Directory>
- or download this
"uniq" is not exported by the List::Util module
- or download this
sub uniq {
my %seen;
grep !$seen{$_}++, @_;
}
- or download this
#!/bin/sh
echo "Content-Type: text/plain";
echo "";
echo "Hello world";