in reply to Re^2: Encoding issue
in thread Encoding issue

I am opening the file
open (FILEHANDLE, ">:encoding(iso-8859-1)", "$files");
But still the problem doesn't solve.

Replies are listed 'Best First'.
Re^4: Encoding issue
by Anonymous Monk on Mar 30, 2010 at 11:13 UTC
    Why would it solve the problem?