$ perl -le ' > use strict; > use warnings; > my $c = "multi line > content spanning > over three lines"; > print $c; > ' multi line content spanning over three lines #### use strict; use warnings; my $chapter_template=<<'HERE'; *****ebook title goes here*****

*****ebook content goes here onwards*****

HERE ; print $chapter_template;