This blog post describes a common task my colleagues often ask about repeating a dynamic string in a defined token, and adding some or, and, = in between, plus finishing smartly. I like to use the Perl’s __DATA__ token at the end of my scripts for this. The __DATA__ token strength is to make possible to « “embed” a file inside a Perl program then read it from the DATA filehandle ».