Re: STDOUT oddity

2001-01-22 Thread Chris Atenasio
Hi again. Joel Mello promptly pointed out the solution (passing by reference): > filter_template(\*TEMP, \*STDOUT, %rep); No more replies necessary, thanks. - Chris ---- Chris Atenasio <[EMAIL PROTECTED]> - Friends

STDOUT oddity

2001-01-22 Thread Chris Atenasio
uot; was the failing point. Changing it to "print $_" in fact works fine (but is not what the function is supposed to do!) I thought apache ties STDIN and STDOUT appropriately... Or am I handling file handles incorrectly? Thanks - Chris ---