http://qs321.pair.com?node_id=649664


in reply to Re^3: Subroutine overhead in Perl
in thread Subroutine overhead in Perl

So? Aside that it's not entirely true — Java run-time engines typically compile Java bytecode into native code at run-time — it is not standard behaviour to run Java programs from their sources. Perl's developers made a choice to parse the source every time, and Java should not be penalized for it.