Home > Software >

Requirements

  • Perl 5.8
  • Perl modules(install from CPAN
    • HTML::Parser 3.40 or later
    • Class::Accessor
    • URI
    • HTTP::Headers (included in LWP)

Download

Version 1.31 -- 2013-06-27

HTML::Copy

HTML::Copy is a perl script to copy HTML files with keeping links in the files. It consist of a command line tool "htmlcopy" and a perl module "HTML::Copy".

This tools is useful for the management of a web site and generating a HTML file from templates.

This script is registered in CPAN. You can download and install this module through CPAN.

History

  • 1.31 -- 2013-06-27
    • Remove devendencies on Cwd package.
    • Broken links are not unescaped.
    • Ignore template toolkit's variables in links.
    • Fixed spelling mistakes in the document (Thanks to gregor herrmann.).
    • Fixed failing tests with Perl 5.18 (Thanks to gregor herrmann.).
  • 1.3 -- 2008-02-20
    • HTML::Copy can accept file handles instead file pathes.
    • htmlcopy can use standard input and output.
  • 1.23 -- 2008.01.16
    • Add error handling routine when a souce file can't be opened.
  • 1.22 -- 2007.08.10
    • add HTTP::Headers as a required Perl module.
  • 1.21 -- 2007.08.09
    • fix a error when a directory is passed as a destination.
  • 1.2 -- 2006.06.02
    • Append this document.