# # Load global modules and constant data here # sub foo { . . . } sub bar { . . . } { # Main code block } #### { my %hash = ( bar => 1 ); sub foo { . . . } }