Help for this page
use v5.14; ... say $person->name, " cannot sing!"; } }
use v5.10; my $count = 0; ... ++$count; }gex; say $var;