in reply to Re^2: How to put special characters($, @, #) into a variable?
in thread How to put special characters($, @, #) into a field name?

Do not completely change the node title and contents. Either post a related follow up question in reply or create a new question.

The OP title and contents were:

Title: How to put special characters($, @, #) into a variable?

Content:

Hi, Monks: Did a search and didn't come up with anything so I am asking you perl monks here. How can I put a special character into a variable? Say I want $ascalar="myemail@gmail.com". I can't get the value I want since perl thinks @gmail as an array. Please help how I can get this done. Thanks. --neverminda

DWIM is Perl's answer to Gödel
  • Comment on Re^3: How to put special characters($, @, #) into a variable?