Are you attempting to recreate wget?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
On 5/15/07, perl pra <[EMAIL PROTECTED]> wrote:
Hello Gurus,
I have a html page which has hyper links only it does not have any images.
I have to read the html file get the names of the hyper link that is
displayed in the page ,create a directory structure and tar/gz the files.
( I have the di
On 5/15/07, perl pra <[EMAIL PROTECTED]> wrote:
If I could get the names of the hyperl inks that are displayed in the html
file as per directory structure then I could tar/.gz the files,. But I have
no idea of html parsing using perl.
Have you looked on CPAN?
http://search.cpan.org/
Maybe
Hello Gurus,
I have a html page which has hyper links only it does not have any images.
I have to read the html file get the names of the hyper link that is
displayed in the page ,create a directory structure and tar/gz the files.
( I have the directories in server with same names which are di