File: README

package info (click to toggle)
libhtml-element-extended-perl 1.18-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: perl: 983; makefile: 42
file content (69 lines) | stat: -rw-r--r-- 1,822 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
HTML-Element-Extended
---------------------

HTML-Element-Extended is a package of several enhanced HTML::Element
classes, most of which arose during the effort to implement an
HTML::Element based table class.

The modules are:
        HTML::ElementTable
        HTML::ElementSuper
        HTML::ElementGlob
        HTML::ElementRaw

The resulting functionality enables:
        tables
        element globs
        element coordinates
        content replacement
        content wrapping
        element cloning
        raw HTML string adoption

INSTALLATION

You install HTML-Element-Extended, as you would install any perl
library, by running these commands:

   perl Makefile.PL
   make
   make test
   make install

DOCUMENTATION

POD style documentation is included with each module. This is normally
converted to a manual page and installed as part of the "make install"
process. You should also be able to use the 'perldoc' utility to extract
and read documentation from the module file directly. See Changes for
recent changes.

There should also be some examples on the web page mentioned below.

SUPPORT

There is a mailing list for the modules contained in
HTML-Element-Extended. To subscribe or view past messages, please
visit the following URL:

   http://lists.sourceforge.net/mailman/listinfo/elementextended-general

Questions and comments may also be directed to Matt Sisk
<sisk@mojotoad.com>

AVAILABILITY

The library is available from CPAN:

   http://www.cpan.org/authors/id/M/MS/MSISK/

The latest version is also available at:

   http://www.mojotoad.com/sisk/projects/HTML-Element-Extended/

COPYRIGHT

Copyright (c) 1999-2005 Matthew P. Sisk. All rights reserved. All wrongs
revenged. This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.