WrapCGI: implementing mst's suggestions
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / path / test.pl
diff --git a/t/lib/TestCGIBin/root/cgi-bin/path/test.pl b/t/lib/TestCGIBin/root/cgi-bin/path/test.pl
new file mode 100755 (executable)
index 0000000..5af6521
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/perl 
+
+use strict;
+use warnings;
+
+use CGI ':standard';
+
+print header;
+print 'foo:',param('foo'),' bar:',param('bar')