Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling Problem

Status
Not open for further replies.

Levin

Programmer
Joined
Feb 19, 2002
Messages
4
Location
JP
Dear Professionals,
My OS is Win2000 Simplified Chinese version, and I just installed ActivePerl's lastest version: 5.6.1 build631. (My OS's original Regional Options is: Location: Chinese(PRC), Default Language Setting: Chinese(PRC))
The problem is: I failed to achieve Chinese characters after I compiling a CGI file(this file is written by Perl and its function is to get data from database), but compiling procedure is OK no error appears. But when I changed the Regional Options in Control Panel: I changed the Location to English(United State) and changed the Default Language Setting to English(United State), the compiling result is correct, I can see the Chinese charaters which are stored in Database.
Does Perl only compile file in English version OS? Any suggestion?
 
I never had much luck compiling a perl program on English NT. The error messages complained of not being able to find various C and C++ libraries, suggesting that the perl compiler needed a development set-up.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top