add golf example
[catagits/Web-Simple.git] / examples / golf / golf.cgi
CommitLineData
3277709f 1#!/usr/bin/perl
2use Web::Simple;
3sub dispatch_request { [ 200, [ 'Content-type', 'text/plain' ], [ 'Hello world!' ] ] }
4__PACKAGE__->run_if_script;