The Source of ~/.profile
. ~/.bashrc export LC_CTYPE=EN_US.UTF-8 export LC_ALL=EN_US.UTF-8
Explanation: In order to run perl smoothly, I added:
export LC_CTYPE=EN_US.UTF-8 export LC_ALL=EN_US.UTF-8