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