Re: wget in scripts

2004-11-07 Thread Randy W. Sims
Malcolm Mill wrote: Hi, Can anyone help me with this. I'm using wget, a perl script and a shell script to download files from serveral directories on a web server. The URLs I'm passing to wget are of the form: http://www.foo.br/001/ - http://www.foo.br/050/ Untested: #!/usr/bin/perl use strict;

wget in scripts

2004-11-07 Thread Malcolm Mill
Hi, Can anyone help me with this. I'm using wget, a perl script and a shell script to download files from serveral directories on a web server. The URLs I'm passing to wget are of the form: http://www.foo.br/001/ - http://www.foo.br/050/ My perl script loops through the numbers 1-50, inserti