4. Variable name delimiter
my
$length
=
1200
;
my
$width
=
860
;
say
"
${length}
mm x
${width}
mm"
;
# 1200mm x 860mm