X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=README;h=1553dbf937525a90e44c0c51e85dc69790052e45;hb=490b94ab4051adf93abf16a4ed34efb923d6e8fc;hp=8fd2d39e4648c9506afb557cdc1e5c0ee35b442c;hpb=4eee158dce82376f2f37de29d91c53f60a24aebe;p=chaz%2Fp5-CGI-Ex diff --git a/README b/README index 8fd2d39..1553dbf 100644 --- a/README +++ b/README @@ -223,6 +223,14 @@ CGI::Ex METHODS header. Trying to print ->content_type is an error. For clarity, the method ->print_content_type is available. + $cgix->print_content_type; + + # OR + $cgix->print_content_type('text/html'); + + # OR + $cgix->print_content_type('text/html', 'utf-8'); + "->set_cookie" Arguments are the same as those to CGI->new->cookie({}). Uses CGI's cookie method to create a cookie, but then, depending on if content @@ -332,9 +340,9 @@ MODULES See also CGI::Ex::Validate. -AUTHOR - Paul Seamons - LICENSE This module may be distributed under the same terms as Perl itself. +AUTHOR + Paul Seamons +