in reply to Re: Re: Writing Plugin-Able perl scripts
in thread Writing Plugin-Able perl scripts

$return = &{$_->($data)};

is  & optional here?

update: do you mean  &{$_{$data}} or even  &{$data{$_}} ? I think the last one looks better.