Help for this page

Select Code to Download


  1. or download this
      package Foo;
    
    ...
        print "Inside the package, I am called 'bar'\n";
        print "But outside the package, I am called Foo::bar\n";
      }