Help for this page

Select Code to Download


  1. or download this
    $self->$args{on_succes}(ARG_LIST);
    
  2. or download this
    my $code_ref=$args{on_succes};
    $self->$code_ref(ARG_LIST);