in reply to File::Find returning utf-8 characters

If your script and test script both use the same modules, then the difference is in either the non-module code or a method call that you used in one program, but not the other.

A general method of solving this sort of problem is to take out code, bit by bit, unitl the problem stops happening. That last bit you took out then has something to do with the problem.

We could possibly help more if you showed us the code.

-Mark

  • Comment on Re: File::Find returning utf-8 characters

Replies are listed 'Best First'.
Re: Re: File::Find returning utf-8 characters
by terris (Initiate) on Mar 28, 2004 at 15:37 UTC
    Thank you for your message. This script: http://cvs.sourceforge.net/viewcvs.py/dgpctk/pctk2/pl/dgbuild.pl invokes this module via the method Build(): http://cvs.sourceforge.net/viewcvs.py/dgpctk/pctk2/pm/cfgmgmt/Build.pm