{ my $t = 'test'; sub show { print eval "\$$_" for @_; } } show(qw( t )); # Nothing