Based on Perl on Windows 7 -


i installed padre perl, perl ide on windows 7.and every time run program, getting error saying,

perl: warning: setting locale failed.  perl: warning: please check locale settings:  lc_all = (unset),  lang = (unset)  supported , installed on system.  perl: warning: falling standard locale ("c"). 

i outputs, error message on top of each , every output. tired of searching solutions problem,can 1 tell me how fix problem ??

you need set lc_all , lang environment variables c:

c:\>set lc_all=c c:\>set lang=c c:\>perl x.pl  

if want make permanent, or work ide, go control panel->system , security->system->advanced system settings, , under advanced tab, click environment variables. then, add lc_all , lang list. might need restart ide if make changes these variables.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -