Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    Foo->bar();
    Foo::bar();
    
  2. or download this
    Hello 
    Hello
    
  3. or download this
    use Foo;
    
    ...
    
    Foo->bar();
    Foo::bar();