Help for this page
use FTest; ... print foreach $test->foo; print for $test->foo;
package FTest; ... sub foo { return 1; } 1;