Help for this page

Select Code to Download


  1. or download this
    my @satfile = <STDIN>;
    my @satseq = @satfile;
    
  2. or download this
    my $sorsz = 3;
    while (my $line = <STDIN>) {
    ...
            $satseq[$sorsz] .= $line;
        }
    }