Help for this page
use strict; use warnings; ... { return ["Fifty-six", "foo", 23]; }
$VAR1 = [ 'Fifty-six', ... 'foo', 23 ];