[Koha-bugs] [Bug 8015] Add MARC Modifications Templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 23 14:39:19 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8015

--- Comment #126 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list