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
HTMLCOPY(1) User Contributed Perl Documentation HTMLCOPY(1)

htmlcopy -- Copy a HTML file without breaking links.

 htmlcopy [OPTION] {SOURCE | -} [DESTINATION]

htmlcopy a source HTML file into DESTINATION. If the HTML file have links to images, other HTML files, javascripts and cascading style sheets, htmlcopy changing link path in the HTML file to keep the link destination.

When DESTINATION is omitted, the modified HTML is written in the standard output. Also it is assumed that output location is the current working directory.

SOURCE and DESTINATION should be cleanuped pathes. For example, a verbose path like '/aa/bb/../cc' may cause converting links wrongly. This is a limitaion of the URI module's rel method. To cleanup pathes, Cwd::realpath is useful.

-h, --help
Print a brief help message and exits.
-m, --man
Prints the manual page and exits.

Tetsuro KURITA <tkurita@mac.com>
2013-06-21 perl v5.32.1

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

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