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 | d23a249d61f0f752a39ac1cc8220679c782f6873 (patch) | |
tree | 7e17fdb1bb37890501d5a2b41cc7df8a6105ed47 /lib | |
parent | 71f3e297ff71d9b213ccf3230601eae8b4e9b685 (diff) | |
download | perl-d23a249d61f0f752a39ac1cc8220679c782f6873.tar.gz |
Doc fixes.
p4raw-id: //depot/cfgperl@2788
Diffstat (limited to 'lib')
-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'}); |