use Mod; sub bar { ... } ... #### sub foo { ... } *Foo = \&foo; # Create alias for backwards compatibility.