fetching to docs using wget

2008-07-22 Thread a b
Hi, I am trying to fetch various docs from server using wget. Below is the code Files are downloading but of 0 size :( Am i missing any thing [EMAIL PROTECTED]:~/adave cat fetch.pl open(S,./source.txt) || die Failed to open file 'source.txt' $!; while(S) { if (/http/) {

Re: fetching to docs using wget

2008-07-22 Thread Rob Dixon
a b wrote: I am trying to fetch various docs from server using wget. Below is the code Files are downloading but of 0 size :( Am i missing any thing [EMAIL PROTECTED]:~/adave cat fetch.pl open(S,./source.txt) || die Failed to open file 'source.txt' $!; while(S) { if (/http/)