in reply to How do I determine the underlying type of an Object?
my $obj = Module -> new; my ($type) = "$obj" =~ /=(\w+)[(]0x[0-9A-Fa-f]+[)]$/;
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: How do I determine the underlying type of an Object?
by chromatic (Archbishop) on Apr 20, 2003 at 01:50 UTC | |
by Abigail-II (Bishop) on Apr 20, 2003 at 01:53 UTC | |
by dpuu (Chaplain) on Apr 20, 2003 at 02:05 UTC |