#apache 1.3 PerlSetEnv FRAMEWORK_HOME /usr/local/framework use lib "$ENV{FRAMEWORK_HOME}/perl"; use MyFramework (); MyFramework::new(); # this new() writes the created instance into # $MyFramework::inst, which is our :)