Help for this page
package Foo; ... sub new { return bless {}, shift; }
<%init> use Foo; </%init> % print Foo->bar();