Help for this page
#!/usr/bin/perl -w use strict; ... package main; qr//->bar; # Works even though it probably shouldn't. qr//->foo; # Errors as expected.
$ perl -MB -le '$r=bless qr//,"P"; print B::svref_2object($r)->MAGIC-> +TYPE' r