Hello All,

I was just wondering how I would go about stripping the $ sign from the
following string?

$string = "$20.90";

$string =~ s/$//; <-- I figured this would work fine?

Any ideas?

Regards,

Dan



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

Reply via email to