Subroutines and Scope, Perl VII Problem Set Perl VII Problem Set ===================== 1. Create a subroutine that reverse complements a sequence. This subroutine should take a nucleotide sequence as a parameter and return the reverse complement. Here’s the pseudo code: — BEGIN PSEUDOCODE — subroutine reverse_complement { get the parameter nucleotide… (read more)