5 Jan
2015
5 Jan
'15
11:36 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 --- Comment #56 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #55)
Marcel, all looks good to me but I have few questions: Thanks for testing, Jonathan. I hope to address your questions now.
6/ From http://perldoc.perl.org/functions/do.html, it seems that print "ERROR: $!\n" if $!; should be print "ERROR: $!\n" if $! and not $@; OK. That is fine with me. I first check $@; in the second print I will the condition.
-- You are receiving this mail because: You are watching all bug changes.