in reply to path encoding folder

the script is no longer able to write in a folder with UTF characters!

What happens if you try? Does your computer burst into flames? Or do you get an error message? if so, what does it say?

Replies are listed 'Best First'.
Re^2: path encoding folder
by fanticla (Scribe) on Nov 19, 2010 at 15:23 UTC

    with the script as above, it works fine (create new folder, even with "UTF characters", and write in it the text file). Without the "unless" code, I get the error: TK::Error: No such file or directory at open(OUT,">$file") or die $!;