Help for this page
c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -e "my ($w, $x, @y, @z); ... ("x", "Eks") ("y", ["Why?", "Zee-List-Is-Flattened"]) ("z", [])
c:\@Work\Perl\monks>perl -wMstrict -le "my %hash = (4 => 12, 34 => 102); ... " 4 => 12 34 => 102