package GenericModule; use Import::Into; feature->import::into(1, 'say'); 1; #### use GenericModule; say 'hello,world'; #### $ perl -I. 111155275.pl hello,world
## use GenericModule; say 'hello,world'; ##
## $ perl -I. 111155275.pl hello,world