Tagged Questions
14
votes
5answers
2k views
How can I hook into Perl's print?
Here's a scenario. You have a large amount of legacy scripts, all using a common library. Said scripts use the 'print' statement for diagnostic output. No changes are allowed to the scripts - they ...