Hi - I have a proc that uses lynx to dump a webpage into a text file, read a line to the channel, then close the file. However, I've tried several different ways to close the file but I either get an error message saying 'no such channel $file' or eventually it runs into the 'too many open pipes' problem.
Here's the end of the proc where I'm trying to close the file - if anyone has any ideas where this might be going wrong I'd be gratefull!