Re: Read on closed file handle?

2001-03-09 Thread Pierre Phaneuf
David Jourard wrote: > Found my error after I had my sandwich. Lesson to keep from this: eat your sandwich! :-) -- Pierre Phaneuf http://www3.sympatico.ca/pphaneuf/

Re: Read on closed file handle?

2001-03-09 Thread David Jourard
Hi, Found my error after I had my sandwich. The files weren't there. oops David At 12:07 PM 3/9/01 -0600, David Jourard wrote: >Hi, > >In my startup.pl I'm calling a function that initializes read-only >variables - read in from several text files. > >After it reads in the first it fails on

Re: Read on closed file handle?

2001-03-09 Thread Stas Bekman
On Fri, 9 Mar 2001, David Jourard wrote: > Hi, > > In my startup.pl I'm calling a function that initializes read-only > variables - read in from several text files. > > After it reads in the first it fails on every one thereafter with the message: > > Read on closed filehandle at lpinit.pl line

Read on closed file handle?

2001-03-09 Thread David Jourard
Hi, In my startup.pl I'm calling a function that initializes read-only variables - read in from several text files. After it reads in the first it fails on every one thereafter with the message: Read on closed filehandle at lpinit.pl line 78 Read on closed filehandle at lpinit.pl line 99 et