On Thu, Dec 07, 2006 at 02:08:59AM -0500, Frederic Briere wrote:
>The description of ref() in perlfunc(1) features a list of built-in
>reference types. Although the wording makes it sound non-exhaustive
>("Builtin types include"), it seems rather complete to me, with the
>exception of the "Regexp" type:
>
> [fbriere] toroia:~ $ perl -le 'print ref qr/foo/'
> Regexp
Regexp is not a built-in type. qr// returns an object of type Regexp.
--bod
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]