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