the sequence length is just the number of nucleotides in a sequence. such as 4, 100, 123
Is it supposed to look like this?
#!/usr/bin/perl
use strict;
use warnings;
chomp(my $input = <>);
print "$input\n";
if yes how do you put a limit on it for the user input?