Data Type Perl

$text = "hello";
$text += 1;
print $text;