in reply to
printing/parsing string including "@"
just put a backslash before the @ to "escape" it, or you put the string inside single quotes to avoid that the array stringifies.
Comment on
Re: printing/parsing string including "@"
In Section
Seekers of Perl Wisdom