Help for this page
BEGIN { x(); sub foo { } }
use Modern::Perl; sub x { say "In x!" } ... sub foo!bar { say 'In foo!bar!' } BEGIN { foo!bar() }