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/perluse strict;print "content-type: text/plain\n\n";print `who`;print `locale`;
#!/usr/bin/perluse strict;print "content-type: text/plain\n\n";print `who`;print `locale`;