I have tried using ", "
", "
", "", and a few others but none of them work. sub show_Enzyme_Output() { my ( $counter, $recSite, $element,$anotate,@fragments) = @_; print(""); print(""); print(""); print(""); print("
Enzyme number $counter
"); print("The cleavage site is $recSite for enzyme $element denoted by \" ^ \"
The annotated sequence is given below along with the digested sequence
"); print("Annotated:$anotate
"); print("Digested:@cut


"); }