nysus has asked for the wisdom of the Perl Monks concerning the following question:
To use HTML 4.0 standard tags that aren't supported yet by CGI.pm, you can do the following:
use CGI qw(:standard col thead tbody);
So now, the col, thead, and tbody can all be used with CGI.pm. I'd like to know what exactly is happening here. I looked all through CGI.pm and couldn't find any pertinent information. Why does this work? Can someone explain what is going on?
Thanks.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot";
$nysus = $PM . $MCF;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI.pm: Importing unsupported HTML tags
by nysus (Parson) on Jun 17, 2001 at 22:32 UTC | |
by tye (Sage) on Jun 17, 2001 at 22:52 UTC | |
|
(marcink) Re: CGI.pm: Importing unsupported HTML tags
by marcink (Monk) on Jun 17, 2001 at 22:40 UTC |