http://www.perlmonks.org?node_id=1048286


in reply to Re^2: execute a string as a function
in thread execute a string as a function

perlsub
  &NAME(LIST);   # Circumvent prototypes.
  &NAME;         # Makes current @_ visible to called subroutine.