my $glob = 'FOO'; if (defined do { no strict 'vars'; *$glob{IO}}) { # ... } #### if (defined *FOO{IO}) { # ... } #### if (*FOO{IO}) { # ... }