Hello All,

Just wondering how I can remove unwanted characters from a simple
variable.

$money = "\$21.85";

Now I simply want to strip the $ sign from that variable.

Easy?  Well I thought it would be :)

$money = s/$//; # Well thats what I thought!

Regards,

Dan



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

Reply via email to