WrapCGI: implementing mst's suggestions
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / path / test.pl
1 #!/usr/bin/perl 
2
3 use strict;
4 use warnings;
5
6 use CGI ':standard';
7
8 print header;
9 print 'foo:',param('foo'),' bar:',param('bar')