in reply to Re^3: Distinguishing between an array of objects and an array of stringsin thread Distinguishing between an array of objects and an array of strings
my $pkg = "0"; my $o = bless { }, $pkg; print ref $o; [download]