I have a variable that needs to store a string such as

$var = "te$t";

This doesn't work since perl thinks the $ means I want some variable
substitution in there. I tried doing:

$var = "te\$t"; 

but no luck there either.
What's the secret?

Thanks!

Matt

-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Matt Fuerst
Developer, Telecorp Products
[EMAIL PROTECTED]
248,960,1000

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to