$xtemplate = "stuff i want to be in the first element of @template ****filename.ext****"; my @template = $xtemplate =~ /(.*?)\*{4}filename.ext\*{4}/s; why wont @template =("stuff i want to be in the first element of @template ")