Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print "$_\t$count_seq{$_}\n" for keys %count_seq;
        exit;
    }
    
  2. or download this
    perl test.pl -a spe try.txt > result
    
  3. or download this
    Use of uninitialized value $_ in scalar chomp at test.pl line 39.
    Use of uninitialized value $_ in pattern match (m//) at test.pl line 4
    +0.
    Use of uninitialized value $_ in numeric gt (>) at test.pl line 41.