On Mon, Dec 12, 2011 at 11:29 AM, Stefan Hornburg (Racke) <[email protected]> wrote: > > I'm either using Perl's open or File::Slurp, which works fine with > UTF-8 files if you add the proper binmode to the function call. >
You are right. I read the documentation and tried it after you sent this message. This is a good reason to try things yourself and not to trust heresay. A a follow-up to what I wrote earlier I created an initial version of File::Open::OOP that provides an OOP wrapper for reading files. I wrote about it here: http://szabgab.com/open-file-in-perl.html regards Gabor _______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
