Help for this page

Select Code to Download


  1. or download this
    if (my $sub = main->can($key)) {
      $sub->();
    }
    
  2. or download this
    (main->can($key)||sub{})->();