RE: File read blocking within embperl doc

2002-03-05 Thread Jack Knight
Thanks for the quick answer. Works fine now. > -Original Message- > From: Gerald Richter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 05, 2002 3:58 PM > To: Jack Knight; [EMAIL PROTECTED] > Subject: Re: File read blocking within embperl doc > > > Hi, >

Re: File read blocking within embperl doc

2002-03-05 Thread Gerald Richter
Message - From: "Jack Knight" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 4:42 PM Subject: File read blocking within embperl doc > Hi, > > I have a simple index.epl page which I want to read through the files within > a director

File read blocking within embperl doc

2002-03-05 Thread Jack Knight
Hi, I have a simple index.epl page which I want to read through the files within a directory and extract a comment line which contains a description for the file. However, opening the files is no problem - if I remove the while read loop the code executes, albeit uselessly. Otherwise reading appe