Help for this page

Select Code to Download


  1. or download this
    sub parse {
        my $self=shift;
        my $meth = $self->{_action} || die "Missing action";
    
  2. or download this
    $self->$meth(@_);
    
  3. or download this
    $meth->(@_);