- or download this
use strict;
use warnings;
- or download this
Global symbol "$i" requires explicit package name at tkprog.pl line 55
+.
- or download this
sub makeline {
my $i;
my $j;
...
}
- or download this
#!usr/bin/perl -w
...
sub print_seq {
print "$i";
}