Help for this page

Select Code to Download


  1. or download this
    #######################
    package A;
    ...
      print "$A::variable\n";
    }
    print "$A::variable\n";
    
  2. or download this
    package B;
    local $A::variable;