From: Rafael Garcia-Suarez Date: Thu, 1 Jun 2006 11:40:34 +0000 (+0000) Subject: Add a few more built-in types in perlfunc/ref() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc10766d47d545e4009cee531762b512b79e2e3b;p=p5sagit%2Fp5-mst-13.2.git Add a few more built-in types in perlfunc/ref() p4raw-id: //depot/perl@28343 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 73cde05..f771749 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -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 as a C operator.