Mega Code Archive

 
Categories / Perl / Data Type
 

Adding number to a string

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