Help for this page
a => sub { a(\@foo) }, b => sub { b(\@foo) },
a => q{ a(\@foo) }, b => q{ b(\@foo) },
our @foo = 1..10;