Help for this page

Select Code to Download


  1. or download this
      DB<38> undef %x                         
    
    ...
    8
    9
      DB<44>
    
  2. or download this
    @my_values = @x{bigget_set_of_keys} ;
    @my_filtered_vals = grep /Yeah hoo!/, @my_values ;