At 12:08 pm -0400 6/4/05, Andrew Mace wrote:
Any insights would be appreciated.
What happens if you comment out
#use utf8; ... #binmode(*STDOUT, ":utf8"); ... #binmode($fh, ':bytes'); # :utf8 ? ... #binmode($fh, ':bytes');
It seems to work then as you want:
<http://cgi.bd8.com/cgi-bin/test050406.cgi>
JD