$file=$ARGV[0]; @all_IDS=(); open IN, $file; while() { chomp $_; push @all_IDs, $_; } close IN;