On Sun, Aug 08, 2010 at 02:36:31PM -0700, Father Chrysostomos wrote: > # New Ticket Created by Father Chrysostomos > # Please include the string: [perl #77084] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77084 > > > > use Data::Dumper; > use overoad q/""/=>sub{"foo:bar"}; > bless [], =~ /(.*)/g; > $Data::Dumper::Useqq++; > print Dumper "$1"; > __END__ > > The output varies, but it’s usually something like: > > $VAR1 = "\t\0\0\0\263\337!"; I can confirm this. Included a TODO test for this in commit a9f6cb1. AbigailThread Previous | Thread Next