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

--- Comment #56 from M. de Rooy <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to