Help for this page

Select Code to Download


  1. or download this
    sub filter_and_return_ref($) {
      my($fn) = @_;
    ...
      return if $@;
      $r || {}
    }