On Wed, 13 Oct 2004, Dave Kettmann wrote: > I have been doing some searching and I'm looking for a recomendation. > I need to pull a file via HTTP in my perl script. Just looking for a > good module to use. Most everything I have found has been for FTP. Not > asking for code, just a recomendation :) You need the LWP module: `sudo perl -MCPAN -e 'install Bundle::LWP'`
LWP provides several ways to do this, including LWP::Simple. See the perldoc for LWP and its modules or search Google. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
