Help for this page

Select Code to Download


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