Help for this page

Select Code to Download


  1. or download this
    @slice = @{$array_ref}[ @idx ];
    @slice = @{$hash_ref}{ @keys };
    
  2. or download this
    $scalar = {1, 'a', 2, 'b'}->{$key};
    @slice = @{ { 1, 'a', 2, 'b' } }{ @keys };