Help for this page

Select Code to Download


  1. or download this
       print FILE ">$giName $gssName $definition\n$sequence";
    
  2. or download this
       $giName ||= " ";
    
  3. or download this
       # makes array interpolate with newlines
       local $" = "\n";
    ...
          # for the array.
          print FILE ">",$giName," ",$gssName," ",$definition,"\n","@seq",
    +"\n";
        }