Help for this page
$ perl -MO=Deparse -e '{use strict; my $a = 1}' { use strict 'refs'; my $a = 1; }
use Benchmark qw(:all); cmpthese( 10000000, { ... Rate with without with 3460208/s -- -9% without 3787879/s 9% --