Help for this page
use strict; use warnings; ... print "$var12\n"; # prints 'twelve' print "${var1}2\n"; # prints 'one2'