--- Scott Lutz <[EMAIL PROTECTED]> wrote:
> Why is it when you specify different version of CGI types, ie.
> use CGI ':cgi-lib';
> use CGI ':standard';
> use CGI;
>
> that sometimes code will work, and other times you get nothing?
> Does anyone know of a good URL for reference on this?
>
> Thank
The only documentation I know of is in Lincoln's CGI.pm book. ...But you
could always check out the source code for the module. Below is the part
that defines each of those sets. Each one exports (enables ...sort of)
certain subroutines.
':html2' => ['h1'..'h6',qw/p br hr ol ul li dl dt dd me