#!/usr/athena/bin/perl use strict; use warnings; open LIST, "actual"; open TEMPLATE, "wordpress-email"; my $template = do {local $/;