in reply to PerlSetEnv and PerlRequire

In httpd.conf:
<Perl> $My::ENV->{one} = 1; $My::ENV->{two} = 2; </Perl>
In startup.pl:
print "$My::ENV->{one}\n"; print "$My::ENV->{two}\n";