Help for this page

Select Code to Download


  1. or download this
    print $a::fred;
    
  2. or download this
    package foo;
    $x = "a string";
    ...
    foreach my $sym (keys %foo::) {
        *{"main::$sym"} = *{"foo::$sym"};
    }