package Local::Foo; use strict; use warnings; sub foo_func { print("This is the Foo module\n"); } 1;