release 0.035
[catagits/Catalyst-Controller-WrapCGI.git] / t / lib / TestCGIBin / root / cgi-bin / path / test.pl
CommitLineData
457c1d76 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use CGI ':standard';
7
46a4350c 8die '$ENV{MOD_PERL} must not be set' if $ENV{MOD_PERL};
9
457c1d76 10print header;
11print 'foo:',param('foo'),' bar:',param('bar')