Help for this page
Select Code to Download
Select
or
download this
$bar{foo}->() if( exists $bar{foo} );
Select
or
download this
$qux = $bar{foo}; $qux->() if $qux;