Help for this page

Select Code to Download


  1. or download this
    if ($myHash{unknown}{if}{this}{key}{combination}{exists}{yet}{or}{not}
    ){...}
    
  2. or download this
    use Data::DPath 'dpath';
    
    if( dpath('/unknown/if/this/key/combination/exists/yet/or/not') ) {
      # Yay
    }