>perl -Mstrict -e "sub walk {} sub run {} my $walkable = defined(&{'walk'}); my $runnable = &{'run'};" Can't use string ("run") as a subroutine ref while "strict refs" in use at -e line 1.