Help for this page

Select Code to Download


  1. or download this
    open(I1,$ARGV[0]); 
    my %info;
    ...
        $info{$secondsecond}=();
        }
    }
    
  2. or download this
    while (my $line = <I1>) {
        if ($line !~ /#/) {    
        my ($numbers,$data) = (split(/\t/, $line));    
        foreach my $dat ($data){
        my ($string, $int) = (split(/\;/, $dat));