http://www.perlmonks.org?node_id=922503


in reply to Headings in Perl6::Form

I haven't used the Perl6::Form, but the way forms work, generally, is you define how components work, and then there's some method or some print modifier, which sends your print output to the form.

I think at the moment you are defining a form which has a header but no body, and a different form which has a body and no header, or the standard header.

I would start with the middle chunk, and then gradually add the headers and footers in after.

Update ... Did you read the DOC in the module file? Type perldoc Perl6::Form in an xterm window, or browse to the CPAN documentation page

As Occam said: Entia non sunt multiplicanda praeter necessitatem.