Help for this page
use v5.10; use strict; ... $thing = "stringy eval"; say $string;
use v5.10; use strict; ... my @thing = qw( stringy eval ); say $string;