http://qs1969.pair.com?node_id=174098


in reply to Re: (Revelation) Re: A Bit Of Help
in thread perl puzzle - cartoon couple registry (beginner, semi-golf)

Damn keys
print"$_ is married to $a{$_}$*"for sort keys%{*a=*couples}
is the same whereas
print"$_ is married to $a{$_}$*"for sort keys*a=*couples
is no go and
print"$_ is married to $a{$_}$*"for sort keys%a=%couples
is just not right...

--
perl -pew "s/\b;([mnst])/'$1/g"