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