Help for this page

Select Code to Download


  1. or download this
    if ($self->can($self->{method}))
    {
        my $method = $self->{method};
    ...
    {
        die "Sorry, the method $self->{method} isn't valid!";
    }