Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print dump($data), "\n";
    push @{$data->{hk2}[0]}, "01" .. "10";
    print dump($data);
    
  2. or download this
    { hk1 => 5, hk2 => [[21], [100 .. 104, 120, 23]] }
    {
    ...
               [100 .. 104, 120, 23],
             ],
    }