Regular Expression Perl

while(){
    print unless /E/;    # Print line unless it matches E
}
__DATA__
    S
    B
    I
    N
    J
    E