when trying to print an object, as in:
print "$response{_content} \n";
printf OUTPUT "$response{_content} \n";
The printf statement generates an error "Modifying a read-only value"
This is an intermittent error. It only happens from time to time, but this program should be 100% reliable. Dang.
He prints fine before STDOUT.
What am I doing wrong? Arrgh!
source
share