19 Jul
2013
19 Jul
'13
9:52 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9312 Srdjan Jankovic <srdjan@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |srdjan@catalyst.net.nz --- Comment #23 from Srdjan Jankovic <srdjan@catalyst.net.nz> --- opendir RECDIR, $recursive_dir is much better written as opendir my $recdir, $recursive_dir That way no close is needed, it closes itself when goes out of scope (globs are passe :) If you choose to stick with globs, I'll sign it off as is. -- You are receiving this mail because: You are watching all bug changes.