On Windows XP/7 I'm suddenly getting the following warning when running scripts:
perl: warning: Setting locale failed.   
perl: warning: Please check that your locale settings:      
LC_ALL = "C",       
LANG = "C"      
are supported and installed on your system.     
perl: warning: Falling back to the standard locale ("C").       
perl: warning: Setting locale failed.   
perl: warning: Please check that your locale settings:  
LC_ALL = "C",   
LANG = "C"  
are supported and installed on your system.     
perl: warning: Falling back to the standard locale ("C").
I'm not sure what to do to fix this.
Edit: I'm using Perl 5.012002
