Stanislav has asked for the wisdom of the Perl Monks concerning the following question:

Hi all

Can I in some way make a mirror of remote web site. I looked on LWP::UserAgent, this module has a method mirror, but download only one page, ie if I make

$ua->mirror("http://perlmonks.org", 'output');

in output I see only main page of perlmonks, without any other, but I want to have whole web site.

In other words I want analog of 'wget --mirror'

Thanks in advance for any help!

Replies are listed 'Best First'.
Re: Mirror of web site
by ccn (Vicar) on Oct 27, 2008 at 14:07 UTC
Re: Mirror of web site
by Anonymous Monk on Oct 27, 2008 at 14:49 UTC
Re: Mirror of web site
by dmorgo (Pilgrim) on Oct 27, 2008 at 17:59 UTC
    Did you have to use perlmonks.org as your example site?

    I can feel my hackles raising (rising?).

    That was just an example... right?

      yes, that was just an example