in reply to Parsing Text from Object Header that prints to STDOUT
When STDOUT is redirected in a perl script, the perl interpreter changes C/Unix stdout accordingly, but a scalar has no associated file descriptor so in that case, stdout just remains unchanged.
On the other hand, redirecting STDOUT to a real file should work!
|
|---|