Help for this page
@EXPORT = qw(hello HELLO GOODBYE);
print SPEAK::ITALIAN::GOODBYE . " in Italiano\n";
package SPEAK::ITALIAN; use strict; ... $obj->hello(); $obj->goodbye();