I'm trying to assign a string of text to a scalar variable which contains the @ character. Is there any way of doing this without the Perl application thinking that i'm trying to place an array variable into the string?
i've read that \Q and \E can be used to turn off 'special characters' but either im using them incorrectly or they dnt work for @'s