my const $FOO = 'bar'; # This is preferable, excuse my C++ my $FOO : const = 'bar'; # This is "more Perly"