Regular Expression Perl

# Alternation: this, that, and the other thing
while(){
    print if /Mary|Betty|Jon/;
}
__DATA__
    Mary
    Betty Boop
    Mark