All Variables Equal [% string.length %] [% "The cat sat on the mat".length %] [% names = "Tom Dick Larry".split %] [% names = ['Tom', 'Dick', 'Larry'].join %] [% names = qw[Tom Dick Larry].join %] [% guess = [1..100].random %] [% { ENOPARROT = 'missing parrot' ENOTORANGE = 'incorrect colour' }.$error %]