Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "my @array = ('a', 1, 2, 3, 4, 'b', 6, 7, 8);
    ...
     dd \%hash;
    "
    { a => [1, 2, 3, 4], b => [6, 7, 8] }