DB<3> $x = qr/.+2/ DB<4> x "$x" 0 '(?-xism:.+2)' DB<5> $y = bless \$x, 'Foo' DB<6> x $y 0 Foo=SCALAR(0x140263050) DB<7> x "$$y" 0 '(?-xism:.+2)'
I've seen no documentation of this, so I wouldn't count on it. But it does work for me (with 5.005_03).
In reply to Re: How to view contents of a blessed Regular Expression?
by ariels
in thread How to view contents of a blessed Regular Expression?
by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |