From: Jarkko Hietaniemi Date: Tue, 2 Feb 1999 16:47:07 +0000 (+0000) Subject: Doc fixes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d23a249d61f0f752a39ac1cc8220679c782f6873;p=p5sagit%2Fp5-mst-13.2.git Doc fixes. p4raw-id: //depot/cfgperl@2788 --- diff --git a/lib/CGI.pm b/lib/CGI.pm index 3e33955..f5615f2 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 (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'});