http://qs1969.pair.com?node_id=162397


in reply to Blessables -- What Can You Make Into Objects?

In your tutorial you mention blessing a precompiled regex.
my $self = qr/\[$word\]/; bless($self, $class);
My question is how does one then (cleanly) determine that the object is indeed a blessed precompiled regex?

Oh and I already asked on p5p without much results and also here at the monastery

Cheers,

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.