Help for this page
c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le "my $s = 'a,b,c,d,e,f'; ... dd $u, $v, $w, $x, $y, $z; " ("a", "b", "c", "d", "e", "f")
c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le "use 5.010; ... dd $u, $v, $w, $x, $y, $z; " ("a", "b", "CC", "d", "e", "fgh")