Help for this page
$var = 'funcname'; &$var(); sub funcname { print "Hello\n" }
use strict; # ... { warn($@); }