NAME

Form::Toolkit::Clerk - A form clerk that can fill a form from some source.

SYNOPSIS

A Clerk knows how to fill a form from the input it expects.

fill_form

Fill the given form from the given source.

Usage:

  $this->fill_form($form);

visit_form

Fills the given form with values from the source hash.

See superclass Form::Toolkit::Clerk for details.