.
What I usually do is to use "wget" one by one for
each of the url of each file.
Is there a way we can do it automatically with Perl? Since each of the file is quite large I need to download it overnight.
I am aware that I can write a parser for that website , get the *.gz link for each of the file and run wget for each of them.
I was thinking if it is could be done in quicker way. Any CPAN module that does this kind of task?