my $email = $user . '@location.wtf'; #### my $email = "$user\@location.wtf"; #### my $email = qs($user@location.wtf); # ?
## my $email = "$user\@location.wtf"; ##
## my $email = qs($user@location.wtf); # ?