>I'd also like some 'what are you' introspection I can do on all scalars, on
>a more formal basis than 'ref'. Either an expansion of the 'ref' functionality
>to cover filehandles, or a more general system...
What do you mean, "formal"? ref() has always been a de facto typeof
operator, no?
open my $fh, "< /etc/motd";
print ref $fh
GLOB
--tom
- RFC: Filehandle type-defining punctuation Peter Scott
- Re: RFC: Filehandle type-defining punctuation John Porter
- Re: RFC: Filehandle type-defining punctuation Michael Stevens
- Re: RFC: Filehandle type-defining punctuatio... Tom Christiansen
- Re: RFC: Filehandle type-defining punctu... Peter Scott
- Re: RFC: Filehandle type-defining p... Larry Wall
- Re: RFC: Filehandle type-defining punctu... Michael Stevens
- Re: RFC: Filehandle type-defining p... Tom Christiansen
- Re: RFC: Filehandle type-defini... Michael Stevens
- Re: RFC: Filehandle type-defini... Ted Ashton
- Re: RFC: Filehandle type-de... Tom Christiansen
- Re: RFC: Filehandle type-defining punctuation Tom Christiansen
- Re: RFC: Filehandle type-defining punctuation Ted Ashton
- Re: RFC: Filehandle type-defining punctuatio... Jon Ericson
