Help for this page

Select Code to Download


  1. or download this
    use Exporter::Easy (
        OK      => [ keys %subs ],
    ...
            all => [ keys %subs ],
        ],
    );
    
  2. or download this
    require Exporter::Easy;
    Exporter::Easy->import(
    ...
            all => [ keys %subs ],
        ],
    );