![]() |
|
Just another Perl shrine | |
PerlMonks |
Open pipe to a function?by Sprad (Hermit) |
on Dec 10, 2003 at 21:32 UTC ( #313882=perlquestion: print w/replies, xml ) | Need Help?? |
Sprad has asked for the wisdom of the Perl Monks concerning the following question:
I've written a simple Perl implementation of tee. I'd like to use it in a larger script to log STDERR to a file. Is it possible to put my tee code inside the main script as a function and pipe to it, or do I have to have it in a separate file?
---
Back to
Seekers of Perl Wisdom
|
|