perl - simple reminder about symbols in variable strings

Can I use the at sign (@) in a variable striing?
my $email=email@xxxxxxxxxx;

or do I have to include the backslash before the at sign? (\@)
my $email="email\@domain.com";

Thanks for any ehlp.

With All Respect,
Upshaw, Lamar T

Other related posts: