GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WWW::WebArchive(3) User Contributed Perl Documentation WWW::WebArchive(3)

WWW::WebArchive - Retrieve old versions of public web pages from various web archives (i.e. www.archive.org, Internet Archive's Wayback Machine, or Google's page cache)

    NOTE: You probably want to use the "webarchive" command line utility rather than
    this API.  If you really want to use the API, you should look at how "webarchive"
    uses it as an example.

    #!/usr/bin/perl

    use WWW::WebArchive;
    my $webarchive = WWW::WebArchive->new();
    $webarchive->restore( { url => "http://www.website.com" } );

WWW-WebArchive is a set of modules to retrieve old versions of public web pages from various web archives.

  * http://www.archive.org - Internet Archive's Wayback Machine
  * http://www.google.com  - Google's page cache

This is useful if

 1. Your web server crashed and you didn't have complete backups
 2. A site (such as a valuable reference source) changed or went away
    and you want to restore an old version of the site to your local
    disk

 * Author:  Stephen Adkins <spadkins@gmail.com>
 * License: This is free software. It is licensed under the same terms as Perl itself.

2006-08-19 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.