Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $h = {blonk => 2, foo => 3, squink => 5, bar => 8};
    slice_by_ref($h);
    
  2. or download this
    $VAR1 = {
              'foo' => 3,
              'bar' => 8
            };