Change 28343 by [EMAIL PROTECTED] on 2006/06/01 11:40:34 Add a few more built-in types in perlfunc/ref()
Affected files ... ... //depot/perl/pod/perlfunc.pod#523 edit Differences ... ==== //depot/perl/pod/perlfunc.pod#523 (text) ==== Index: perl/pod/perlfunc.pod --- perl/pod/perlfunc.pod#522~28181~ 2006-05-12 09:55:36.000000000 -0700 +++ perl/pod/perlfunc.pod 2006-06-01 04:40:34.000000000 -0700 @@ -4404,6 +4404,10 @@ 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. End of Patch.