Help for this page

Select Code to Download


  1. or download this
    $quick[0][3]
    
    $ref->{Oxford}{Ram}{Population}
    
    $hash{ram}{mohan}{perl}{linux}
    
  2. or download this
    ( $quick[0] //= [] )->[3]
    
    ((( $ref //= {} )->{Oxford} //= {} )->{Ram} //= {} )->{Population}
    
    ((( $hash{ram} //= {} )->{mohan} //= {} )->{perl} //= {} )->{linux}