Add a few more built-in types in perlfunc/ref()
Rafael Garcia-Suarez [Thu, 1 Jun 2006 11:40:34 +0000 (11:40 +0000)]
p4raw-id: //depot/perl@28343

pod/perlfunc.pod

index 73cde05..f771749 100644 (file)
@@ -4404,6 +4404,10 @@ Builtin types include:
     REF
     GLOB
     LVALUE
+    FORMAT
+    IO
+    VSTRING
+    Regexp
 
 If the referenced object has been blessed into a package, then that package
 name is returned instead.  You can think of C<ref> as a C<typeof> operator.