Help for this page

Select Code to Download


  1. or download this
    use Foo qw( bar );
    
    bar();
    
  2. or download this
    use Foo;
    
    Foo::bar(); # <-- BOOM!