Help for this page
> perl -wle "sub foo { print 'In foo' }; my $func='foo'; &$func" In foo
> perl -Mstrict -wle "sub foo { print 'In foo' }; my $func='foo'; &$fu +nc" Can't use string ("foo") as a subroutine ref while "strict refs" in us +e at -e line 1.