![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: Re: desire to pass file handles by valueby nevyn (Monk) |
on Nov 07, 2003 at 09:11 UTC ( #305254=note: print w/replies, xml ) | Need Help?? |
Update: Ok, I just learned that you can duplicate a file handle in Perl with open NEW, "<&OLD";. I quickly came up with the following code - From a Linux man page... After successful return of dup or dup2, the old and new descriptors may be used interchangeably. They share locks, file position pointers and flags; for example, if the file position is modified by using lseek on one of the descriptors, the position is also changed for the other.
-- James Antill
In Section
Seekers of Perl Wisdom
|
|