$_template_code =~ s/(\$[a-zA-Z0-9\{\'\}_]+)/ eval($1) /ge; # Switch all the $variables... (This is the WHOLE html document, $_page_content is in the main table for the main content. This will switch any variables with the data. #### $_template_code =~ s/(\$[a-zA-Z0-9\{\'\}_]+)/ eval($1) /ge if $1; # Switch all the $variables...