Help for this page

Select Code to Download


  1. or download this
    $bar{foo}->() if( exists $bar{foo} );
    
  2. or download this
    $qux = $bar{foo};
    $qux->() if $qux;