in reply to Re: What kind of code prints GLOB(hexaddress)
in thread What kind of code prints GLOB(hexaddress)

Thanks a lot! Your suggestion about filehandles was right on. I had converted one of the globs to a variable to get syntax highlighting on it and the new code had something like:
while(<FOO>){print $BAR;}
This doesn't default to filehandle semantics, so you get the GLOB thing.