> On Jul 1, 2016, at 17:50, Yehuda Katz 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`
Server version: Apache/2.4.10 (Debian)
This seems like it should be simple but manual pages and searching have not
shown me an answer yet. Reduced it to as simple as I can, I don't
understand why the date format is different in each.
#!/usr/bin/perl
use strict;
print "content-type: text/html\n\n"