camel

�������Ũ�����Ƥ�����Ǥ�Ҳ𤻤�������ʤ���

2012.03.27 ���
2022.05.06 ����
#!/usr/local/bin/perl
use 5.028; # say, &.
# surprisingly this works *only* in bytes semantics from perl 5.28
# 
# use utf8;
# binmode STDOUT => ':utf8';
say my $life  = '��';
say my $death = '��';
say $life &. $death;

Siri�����ϥ����Ǥ�����������������Ǥ���

Dan the Love Maker