On Tue, Oct 07, 2003 at 03:39:15AM -0700, Yitzchak Scott-Thoennes <sthoenna@efn.org> wrote: > You can check if a glob *foo::bar exists with something like: > if ( exists($foo::{bar}) && \$foo::{bar} eq 'GLOB' ) I meant: if ( exists($foo::{bar}) && ref \$foo::{bar} eq 'GLOB' )Thread Previous | Thread Next