[perl #39365] Bug in toke.c (eval in subst)
[p5sagit/p5-mst-13.2.git] / pod / perlref.pod
index 96cd941..21f15d4 100644 (file)
@@ -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<perlfunc/open>), sockets