What are characters good for?
say
length
(
'€'
);
say
length
(
'£'
);
say
length
(
'$'
);
3 2 1