Grokbase
Topics Posts Groups | in
x
[ help ]

CGI patch for some documentation issues

View PostFlat  Thread  Threaded
Alberto Simões CGI patch for some documentation issues
| +1 vote
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
--------------040407020505090901070101
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Nothing really important, but some things that help beginners to do
things right at first, and some other things that make documentation
more consistent.

Cheers
Alberto
--
Alberto Simões - Departamento de Informática - Universidade do Minho
                  Campus de Gualtar - 4710-057 Braga - Portugal

--------------040407020505090901070101
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
name="CGI.pm.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="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

--------------040407020505090901070101--

Thread : CGI patch for some documentation issues
1)
Alberto Simões Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Nothing...
spacer
View PostFlat  Thread  Threaded