4 Aug
2012
4 Aug
'12
3:17 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8437 --- Comment #10 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Would using this syntax (borrowed from bug 7952) fix the problem? + open(my $fh, '<', $filename) + print <$fh>; + close $fh; -- You are receiving this mail because: You are watching all bug changes.