in reply to Re: Interpolation inside regex
in thread Interpolation inside regex

remove those comas as we don't need separated when we quote with qw.
@names = qw(user_name house_name street_address phone_number date_of_b +irth);

Thanks for pointing out the bug. We all were concentrating on regex and not on the typo. Any way THANKS