Help for this page
#!/usr/bin/env perl use warnings; ... push @grepnames, @$aref[0] if (@$aref[0] =~ /ER/); } print "@grepnames\n";
XERXES SHERRY