On Fri, 1 Dec 2006 18:46:38 -0800 (PST) Ravi Malghan <[EMAIL PROTECTED]> wrote:
> Hi: is there a limit on number of files that can be open within perl. I am > opening about 194 files and am seeing some weird behaviour. When i write to > the filehandles, I see it writes ok to some files and not to the others. But > I donot see any errors either. Just that somefiles donot have what I am > expecting. > > If there is a limit, how do I work around it? Generally there are system limitations, but 194 files should be of no consequence. What debugging do you have in place, error messages etc? If some files aren't being written to, where are they being written (Hint: have you checked the return value of your write statement?) Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>