Help for this page

Select Code to Download


  1. or download this
    #your code
    #my $infile = $ARGV[0];  
    ...
    #corrected code
    my $infile = $ARGV[0];
    my $infile2 = $ARGV[1];
    
  2. or download this
    #yourcode
    while (<INFILE>){
        chomp;
    ...
            next;
        }
    }
    
  3. or download this
    while (<INFILE>){
        chomp;
    ...
            }
        }
    }}