%vars = ( hostname => 'my.example.com', sitename => 'My Example', ); #... while() { s/\$\{(\w+?)\}/$vars{$1}/e; $text .= $_; }