Re: Passing filehandlers

2006-08-23 Thread Tom Phoenix
On 8/23/06, Beginner <[EMAIL PROTECTED]> wrote: Do I have to pass the FH each time I use one of the exported functions? The FAQ has an answer about "How do I pass filehandles between subroutines?" If you type 'perldoc -q filehandle' at the prompt, you should be able to read that answer and som

Passing filehandlers

2006-08-23 Thread Beginner
Hi, I trying to be more modular and have put some functions into a separate file, myfunctions.pm. I have another script(s) which call the exported functions from myfunctons.pm. What I would now like is for the myfunctions.pm file to be able to access a filehandle opened by the calling script,