package Apache; sub request { my $class = shift; return bless {}, $class; } sub header_in { .... .... ....