Help for this page
use strict; use test_module; ... ); &test;
use strict; sub test { print $main::hash{foo} . "\n"; }