Help for this page

Select Code to Download


  1. or download this
    if ($rec{NOTE­} && exists $rec{NOTE}­{Nested}) {
    
  2. or download this
    if(  exists ${ $rec{NOTE­} || {} }{Nested}  ) {
    # or
    if(  ( $rec{NOTE­} || {} )->{Nested}  ) {
    # or
    if(  exist +( $rec{NOTE­} || {} )->{Nested}  ) {