> On Jul 1, 2016, at 17:50, Yehuda Katz <yeh...@ymkatz.net> wrote: > > This is because of the locale settings. I changed the script to show the > locale (and to be plain text so the spaces are visible). > >> #!/usr/bin/perl >> use strict; >> print "content-type: text/plain\n\n"; >> print `who`; >> print `locale`;
That was it. Thanks :)