Help for this page
package Foo; ... print $hello->("Foo Mod init"),"\n"; 1;
use strict; use warnings; ... use Foo ('$hello'); print $hello->('test'),"\n";