in reply to variable reference to subroutine while "strict"
my $name = "this"; my $code_ref = main->can($name); $code_ref->(...); [download]