my %text_blocks; $text_blocks{en}{prolog} =<<'PROLOG'; You have received this email because something happened. Please send feedback and suggestions to tldr@nohelp.org. PROLOG #### # Error: syntax error at Automailer.pm line 32, near "tldr@nohelp" # Global symbol "@nohelp" requires explicit package name at Automailer.pm line 32. #### perl -e 'package test;$text <<'TEST';test@heredoc;\r\nTEST;print "$text\n"'