in reply to Re: Parsing an email address
in thread Parsing an email address

Another thing that might help with this is using an editor with good syntax highlighting for perl -- one which will show special characters like @ when they are used inside double quotes, etc.

Using an editor which does not have any syntax highlighting for the language you are coding in seems just plain silly.