I was asked by my peer that how you will look for last @ if more than one @ is present.
Example:
j@ssi@aliencoders.com@..coding.com
So it should display j@ssi@aliencoders.com as username and ..coding.com as domain name.
Is there any one liner regex in Perl to get the desired output?