June 2002
Beginner
759 pages
80h 42m
English
reftype
reftype expr
Returns the reference type of
expr if
expr is a reference. Otherwise, returns undef.
my $r_type = reftype "ORA"; # undef, not a reference my $r_type = reftype []; # ARRAY