X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F09_AdvancedCRUD%2F09_FormHandler.pod;h=af1447b7ed097f3d561c2fc56c7afb31deb22cfc;hb=0a699832e62968b40df32b50c872bbb5976f49cc;hp=13f38368dd756974623f65572c50ae798400a5a3;hpb=433f1ad4d6b7013515ccbe89062be0d3b0a60c27;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod index 13f3836..af1447b 100644 --- a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod +++ b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD/09_FormHandler.pod @@ -57,15 +57,15 @@ L =head1 DESCRIPTION This portion of the tutorial explores -L and how it can be used to manage +L and how it can be used to manage forms, perform validation of form input, and save and restore data to or from the database. This was written using HTML::FormHandler version 0.28001. See -L +L for additional form management options other than -L. +L. =head1 Install HTML::FormHandler @@ -86,7 +86,7 @@ to your C. =head1 HTML::FormHandler FORM CREATION -This section looks at how L can be used to +This section looks at how L can be used to add additional functionality to the manually created form from Chapter 4.