Help for this page
# cat.pl use strict; ... my $walkable = defined &{ 'walk' }; undef &{ 'walk' }; &{ 'run' };
$ perl cat.pl Can't use string ("run") as a subroutine ref while "strict refs" in us +e at cat.pl line 9.