The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl 

no warnings 'once';
$main::location = 'cgi1';
$main::rayapp_env_data = 'mono1';
$main::rayapp_env_style_data = 'datel';

if (-d 't') {
	require 't/set1.pl';
} else {
	require 'set1.pl';
}