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()
> {
>
> i
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()
{
if (/http/)
{