On Mon Feb 02 10:33:44 2009, szab...@gmail.com wrote: > The attached test script is a simplified version of a test script > that fails. (if I remove the regex and manually add the values then > the test passes).
It's actually not a bug. Result of matching is Match, not Str. To fix you script just stringify Match object explicitly (my $value = ~$1); -- Bacek