Help for this page

Select Code to Download


  1. or download this
    package Foo::One;
    use warnings;
    use strict;
    ...
    );
    
    Exporter::export_ok_tags keys %EXPORT_TAGS;
    
  2. or download this
    use Foo qw/:One :Two/;