> perl -wle "sub foo { print 'In foo' }; my $func='foo'; &$func" In foo