Joshua Scott wrote: > > What do I need to do in order to use a filehandle that was opened earlier in > a program within a subroutine?
perldoc -q filehandle Found in /usr/lib/perl5/5.6.0/pod/perlfaq5.pod How do I flush/unbuffer an output filehandle? Why must I do this? How can I make a filehandle local to a subroutine? How do I pass filehandles between subroutines? How do I make an array of filehandles? How can I use a filehandle indirectly? Found in /usr/lib/perl5/5.6.0/pod/perlfaq7.pod How can I pass/return a {Function, FileHandle, Array, Hash, Method, Regex}? John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]