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