When I have a string whose value is a version number (say, $version = 8.1), how can I create a new variable whose value is the version number without the dot (say, $version_nodot = 81)?

Thx
Ron