Fixes some minor typos and decisions on the documentation.
While irrelevant to intermediate Perl programmers, are relevant to
beginners (noticed them with a student).
Cheers
ambs
Subject: | CGI.pm.patch |
Common subdirectories: CGI.pm-3.42/CGI and CGI.pm-mine/CGI
diff CGI.pm-3.42/CGI.pm CGI.pm-mine/CGI.pm
5623c5623
< Tr({-align=>CENTER,-valign=>TOP},
---
> Tr({-align=>'CENTER',-valign=>'TOP'},
5804c5804
< print endform;
---
> print end_form;
5810c5810
< print endform;
---
> print end_form;
5819c5819
< endform() returns the closing </form> tag.
---
> end_form() returns the closing </form> tag.
5825,5826c5825,5826
< B<Note:> This method was previously named startform(), and startform()
< is still recognized as an alias.
---
> B<Note:> These methods were previously named startform() and endform(), and they
> are still recognized as aliases of start_form() and end_form().
7887c7887
< print endform;
---
> print end_form;
Common subdirectories: CGI.pm-3.42/examples and CGI.pm-mine/examples
Common subdirectories: CGI.pm-3.42/t and CGI.pm-mine/t