X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlref.pod;h=df850133477372932f360979cbd6d8cf674f7010;hb=d99ad34e868efb22d6a17d96d58fcee12530fb7f;hp=b59b4a876cc4b50bf00a25a65bbb531bb1bd178a;hpb=a1e2a3203e4b30744c9b7c687f0438326033e3c3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlref.pod b/pod/perlref.pod index b59b4a8..df85013 100644 --- a/pod/perlref.pod +++ b/pod/perlref.pod @@ -559,7 +559,7 @@ access to those variables even though it doesn't get run until later, such as in a signal handler or a Tk callback. Using a closure as a function template allows us to generate many functions -that act similarly. Suppopose you wanted functions named after the colors +that act similarly. Suppose you wanted functions named after the colors that generated HTML font changes for the various colors: print "Be ", red("careful"), "with that ", green("light");