in reply to Missing ref() return possibility?
For regular expressions, this is demonstrated by:
use Scalar::Util qw/blessed/; $q=qr//; print ref($q); print blessed($q); __END__ Regexp Regexp
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Missing ref() return possibility?
by kyle (Abbot) on May 16, 2008 at 21:51 UTC |