Help for this page
print $a::fred;
package foo; $x = "a string"; ... foreach my $sym (keys %foo::) { *{"main::$sym"} = *{"foo::$sym"}; }