This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use LWP::Simple; | |
# pipe STDIN to a loop that | |
# a) removes the strings after each accession number | |
# b) puts the remaining accession numbers from each line into an array | |
# $IN = \*STDIN; |
OlderNewer