Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use strict;
    ...
        TAG1 => [qw(F1 F2 Func)],
        TAG2 => [qw(%bar @baz)],
    );
    
  2. or download this
        use Foo qw(:TAG1 %baz);