23 Sep
2013
23 Sep
'13
1:39 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8015 --- Comment #126 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 21371 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21371&action=edit Bug 8015: Followup QA issues eval { $eval }; != eval $eval; my $r = q|/foo/fee/|; my @values = ("foo", "bar", "foobar"); for my $v ( @values ) { eval {"\$v =~ s$r"}; say $v; eval "\$v =~ s$r"; say $v; } will display: foo fee bar bar foobar feebar -- You are receiving this mail because: You are watching all bug changes.