X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlref.pod;h=21f15d41eb1bf4ac82ddb27991b5e7afc3899e38;hb=2d997502fd695609fa2064523de2ba2d8d094b6c;hp=96cd9410259078778dd0caccd0725b817729783f;hpb=d74e8afc9309529cf5c6c4390fc311850865d506;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlref.pod b/pod/perlref.pod index 96cd941..21f15d4 100644 --- a/pod/perlref.pod +++ b/pod/perlref.pod @@ -253,6 +253,7 @@ known as foo). $coderef = *handler{CODE}; $ioref = *STDIN{IO}; $globref = *foo{GLOB}; + $formatref = *foo{FORMAT}; All of these are self-explanatory except for C<*foo{IO}>. It returns the IO handle, used for file handles (L), sockets