#!/usr/bin/perl use 5.012; my $protein = "chuck steak"; my $heredoc = < Peptide sequence frame 1\n $protein also 'walnuts' END ; print $heredoc;