BEGIN { my $get_regexes = sub { ... return map {...} }; ... } #### local *FH; open FH, ...