foreach my $email ( map { ( split( /\|/ ) )[1] } ){ # Do something with $email }