Re: How to convert OEM to ANSI?

2003-06-04 Thread csaba . raduly
On 04/06/2003 10:03:09 perl-win32-users-admin wrote: >Is there a function simply to convert an OEM string or file to an ANSI >string or file? > >I'm kinda new to Perl and one of my first programs reads rows from an >ASCII file that is OEM encoded and in order to load it via ADODB into my >MS-SQL

File::Find can't be used twice in the same program ?

2003-06-04 Thread Pierre-Philippe Ravier
Hi, I am building a program which calls the find function several times. The first time the find function is called it goes happily through the directory and scans all the files. The second time this function is called it doesn't seem to do much, the "wanted" funtion is not called anymore. Is it

How to convert OEM to ANSI?

2003-06-04 Thread Andreas . Bargstaedt
Is there a function simply to convert an OEM string or file to an ANSI string or file? I'm kinda new to Perl and one of my first programs reads rows from an ASCII file that is OEM encoded and in order to load it via ADODB into my MS-SQL database I need to convert the data into ANSI. Been searc