Just one more newbie question. If I run perl -V:d_setlocale using the gnome desktop, I get the error messages: > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LANGUAGE = (unset), > LC_ALL = (unset), > LANG = "c" I don't have this problem if I login under KDE I'm running on a desktop PC. If I issue the commands: LC_ALL=en_US export LC_ALL it gets rid of the problem in gnome until I logout and login again. Should I include these in my .bashrc or /etc/profile ? Or is there a better way to solve this?
Thanks, Glen