diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 16:47:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 16:47:07 +0000 |
commit | 16c4795892910da162d17cc64181fbabaffaec0d (patch) | |
tree | 7e17fdb1bb37890501d5a2b41cc7df8a6105ed47 /lib/CGI.pm | |
parent | a3d5a0eaa7ada1a1a164407d8d5805c2f031715c (diff) | |
download | perl-16c4795892910da162d17cc64181fbabaffaec0d.tar.gz |
Doc fixes.
p4raw-id: //depot/cfgperl@2788
Diffstat (limited to 'lib/CGI.pm')
-rw-r--r-- | lib/CGI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CGI.pm b/lib/CGI.pm index 3e339551e7..f5615f268b 100644 --- a/lib/CGI.pm +++ b/lib/CGI.pm @@ -3765,7 +3765,7 @@ provide for the rapidly-evolving HTML "standard." For example, say Microsoft comes out with a new tag called <GRADIENT> (which causes the user's desktop to be flooded with a rotating gradient fill until his machine reboots). You don't need to wait for a new version of CGI.pm -to start using it immeidately: +to start using it immediately: use CGI qw/:standard :html3 gradient/; print gradient({-start=>'red',-end=>'blue'}); |