#!perl -w
use strict;
use feature qw/state/;
package main;
my $verbose = 1;
# expecting three input parameters from command line:
# enzyme_file, DNA_file, and output_file.
# If files are missing, exit.
if( $#ARGV != 2) {
print "\nMissing command line arguments\n\nUsage: perl $0