Help for this page

Select Code to Download


  1. or download this
    my $kind = 'alph';
    my $prop = 'single';
    ...
        prop    => $prop,
        item    => 5..11,
    };
    
  2. or download this
    my @item_2 = ($slice -> {item});
    my $num = scalar @item_2;
    map {print "num is $num the $_\n";} @item_2;