# bar.pm package bar; use foo; sub import { printf("%s loaded bar\n", scalar caller) } 1;