Help for this page

Select Code to Download


  1. or download this
    use Module::Foo;
    
    Module::Foo::do_something();
    
  2. or download this
    use Module::Foo qw/do_something/;
    
    do_something();