![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Change decimal point temporarilyby nvivek (Vicar) |
on Aug 03, 2010 at 04:51 UTC ( #852594=note: print w/replies, xml ) | Need Help?? |
You can use the substitute command to do this.If you want to replace the . for only numerals.Before replacing,you can check whether that variable has numerals or not by using regular expression in substitute command as follows.
In Section
Seekers of Perl Wisdom
|
|