use strict; use warnings; use 5.010; say '1' + '2'; --output:-- 3