Help for this page
package GenericModule; ... feature->import::into(1, 'say'); 1;
use GenericModule; say 'hello,world';
$ perl -I. 111155275.pl hello,world