use strict; sub pkg1_get_foo { return "From pkg1: $main::foo"; } 1;