Simply look at %CGI::EXPORT_TAGS.

use CGI; my %hash; @hash{ @{$CGI::EXPORT_TAGS{$_}} }= () for keys %CGI::EXPORT_TAGS; my @methods= sort keys %hash; print join "\n", @methods, ""; __END__
which produces:
:cgi :form :html2 :html3 :internal :netscape Accept Area Delete Delete_all Dump HtmlBot HtmlTop Link MULTIPART Map Param PrintHeader ReadParse Select SplitParam Sub TR Tr URL_ENCODED Vars a address applet auth_type autoEscape b base basefont big blink blockquote body br button caption center cgi_error checkbox checkbox_group cite code comment content_type cookie dd defaults dfn div dl dt em embed end_form end_html end_multipart_form endform filefield font fontsize frame frameset h1 h2 h3 h4 h5 h6 head header hidden hr html http https i ilayer image_button img import_names input isindex kbd layer li menu meta multipart_end multipart_init multipart_start nextid ol option p param param_fetch password_field path_info path_translated popup_menu pre put query_string radio_group raw_cookie redirect referer remote_addr remote_host remote_ident remote_user request_method reset restore_parameters samp save_parameters script script_name scrolling_list self_url server_name server_port server_protocol server_software small span start_form start_html start_multipart_form startform strike strong style submit sup table td textarea textfield th title tmpFileName tt u ul upload uploadInfo url url_param use_named_parameters user_agent user_name var virtual_host
on my v2.56 CGI.

                - tye

In reply to Re^1: cgi.pm: complete list of method names? (easy) by tye
in thread cgi.pm: complete list of method names? by phani_va

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.