in reply to NOT A GLOB reference
print $where "what"; # ^ # | # No comma here!
In such a case, $where must be a file handle to which you want to print. If you just want to print the value, put a comma after the variable, or include it in the double quotes. I fear you'll need to print $cell->value, not the object directly.
|
|---|