- or download this
# Try to catch $form->$fieldname usage
if ((! exists($self->{$name}) || @_) && ! $CGI::FormBuilder::Util:
+:OURATTR{$name}) {
if ($self->{fieldsubs}) {
...
belch "Possible field access via \$form->$name() - see 'fi
+eldsubs' option"
}
- or download this
$form->$fieldname(opt => 'val');
- or download this
$form->field(name => $fieldname, opt => 'val');