Help for this page

Select Code to Download


  1. or download this
                ? eval { [$target->$as(@$args)] }
                : eval {  $target->$as(@$args)  };
    
  2. or download this
                ? [$target->$as(@$args)]
                : $target->$as(@$args);
    
  3. or download this
    return unless eval { $target->can($as) };