• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H03-Nov-2018-2,0751,545

lib/HTML/Selector/H03-Nov-2018-415229

t/H03-Nov-2018-1,3471,164

xt/H03-Nov-2018-438317

ChangesH A D03-Nov-20184.8 KiB12798

MANIFESTH A D02-Nov-2018619 3433

META.jsonH A D03-Nov-20181.5 KiB6463

META.ymlH A D03-Nov-2018791 3433

Makefile.PLH A D03-Nov-20181.6 KiB5140

READMEH A D03-Nov-2018558 2815

README

1This is Perl module HTML::Selector::XPath.
2
3INSTALLATION
4
5HTML::Selector::XPath installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan HTML::Selector::XPath
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21HTML::Selector::XPath documentation is available as in POD. So you can do:
22
23    % perldoc HTML::Selector::XPath
24
25to read the documentation online with your favorite pager.
26
27Tatsuhiko Miyagawa
28