Is there a way to open a URL with LWP so that it becomes something like a filehandle so that I can do a "while (<URL>)" on it? This would be really handy, but I can't sort out how to do it.
The code I am working on originally opened a file, and used a filehandle to do its thing. Replacing the filehandle would keep things so simple. I can already opening a pipe to wget or curl, which is what I am doing, but I would like to use LWP so that things would be more portable. Thanks, Steven Bach -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]