Help for this page
do_stuff($x, $y);
use Foo; ... do_stuff($x, $y);
use Foo; ... $foo->do_stuff($x, $y);
use Foo; # build with MMD ... $foo->do_stuff($x, $y);