#!/usr/bin/perl use strict; use warnings; my $string = '7.5'; $string = $string + 3; print $string,"\n";