% perl -MO=Terse -e 'my %hash' | wc -l
-e syntax OK
4
% perl -MO=Terse -e 'my %hash = ()' | wc -l
-e syntax OK
10
The first one has less opcodes.
Note that you shouldn't use Apache::Status module on production
server as it adds quite a bit of overhead for each request.
References
-
The mod_perl site’s URL: http://perl.apache.org
-
Devel::DProf -
Apache::DProf -
Apache::VMonitor -
GTophttp://search.cpan.org/search?dist=GTop
The home of the C library: http://www.home-of-linux.org/gnome/libgtop/
-
BSD::Resource