Help for this page
package Foo; use base qw( ExporterAttributes ); ... use Foo qw( :GENERAL ); utility($bar);
package Foo; use base qw( ExporterAttributes ); ... sub another : Export_Ok(another) Export_Group(general) {...} 1;