Regular Expression Perl

while(){
    print if / [^123]0/
}
__DATA__
    101
    201
    301
    401
    501
    601