Help for this page

Select Code to Download


  1. or download this
    package pkg;
    print \*{"pkg::foo"};
    ...
      print \*{"pkg::foo"};
    }
    print \*{"pkg::foo"};
    
  2. or download this
    { package pkg;
      local %pkg::;
      print \*{"pkg::foo"};
      print \*foo; }