in reply to Re^3: Distinguishing between an array of objects and an array of strings
in thread Distinguishing between an array of objects and an array of strings

my $pkg = "0"; my $o = bless { }, $pkg; print ref $o;
  • Comment on Re^4: Distinguishing between an array of objects and an array of strings
  • Download Code