1Task::Kensho::WebCrawliUnsge(r3)Contributed Perl DocumenTtaastki:o:nKensho::WebCrawling(3)
2
3
4
6 Task::Kensho::WebCrawling - A Glimpse at an Enlightened Perl: Web
7 Crawling
8
10 version 0.41
11
13 > cpanm --interactive Task::Kensho::WebCrawling
14
16 From <http://en.wikipedia.org/wiki/Kensho>:
17
18 Kenshō (見性) (C. Wu) is a Japanese term for enlightenment
19 experiences - most commonly used within the confines of Zen
20 Buddhism - literally meaning "seeing one's nature"[1] or "true
21 self."[2] It generally "refers to the realization of nonduality of
22 subject and object."[3]
23
24 Task::Kensho is a list of recommended modules for Enlightened Perl
25 development. CPAN is wonderful, but there are too many wheels and you
26 have to pick and choose amongst the various competing technologies.
27
28 The plan is for Task::Kensho to be a rough testing ground for ideas
29 that go into among other things the Enlightened Perl Organisation
30 Extended Core (EPO-EC).
31
32 The modules that are bundled by Task::Kensho are broken down into
33 several categories and are still being considered. They are all taken
34 from various top 100 most used perl modules lists and from discussions
35 with various subject matter experts in the Perl Community. That said,
36 this bundle does not follow the guidelines established for the EPO-EC
37 for peer review via industry advisers.
38
39 Starting in 2011, Task::Kensho split its sub-groups of modules into
40 individually-installable tasks. Each Task::Kensho sub-task is listed
41 at the beginning of its section in this documentation.
42
43 When installing Task::Kensho itself, you will be asked to install each
44 sub-task in turn, or you can install individual tasks separately. These
45 individual tasks will always install all their modules by default. This
46 facilitates the ease and simplicity the distribution aims to achieve.
47
49 Task::Kensho::WebCrawling: Web Crawling
50 HTTP::Thin
51
52 A Thin Wrapper around HTTP::Tiny to play nice with HTTP::Message
53
54 HTTP::Tiny
55
56 Lightweight HTTP client implementation
57
58 LWP::Simple
59
60 Simple procedural interface to LWP
61
62 LWP::UserAgent
63
64 Full-featured Web client library for Perl
65
66 Mojo::UserAgent
67
68 Non-blocking I/O HTTP and WebSocket user agent
69
70 WWW::Mechanize
71
72 Handy web browsing in a Perl object
73
74 WWW::Mechanize::TreeBuilder
75
76 This module combines WWW::Mechanize and HTML::TreeBuilder.
77
78 WWW::Selenium
79
80 Perl Client for the Selenium Remote Control test tool
81
83 Since version 0.34, Task::Kensho has made use of the
84 "optional_features" field in distribution metadata. This allows CPAN
85 clients to interact with you regarding which modules you wish to
86 install.
87
88 The "cpanm" client requires interactive mode to be enabled for this to
89 work:
90
91 cpanm --interactive Task::Kensho::WebCrawling
92
94 <http://www.enlightenedperl.org/>, Perl::Dist::Strawberry
95
97 This list is by no means comprehensive of the "Good" Modules on CPAN.
98 Nor is this necessarily the correct path for all developers. Each of
99 these modules has a perfectly acceptable replacement that may work
100 better for you. This is however a path to good perl practice, and a
101 starting place on the road to Enlightened Perl programming.
102
103 Please report any bugs or feature requests to
104 <https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
105
106 Bugs may be submitted through
107 <https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
108
109 There is also an irc channel available for users of this distribution,
110 at "#epo" on "irc.perl.org" <irc://irc.perl.org/#epo>.
111
113 Chris Prather <chris@prather.org>
114
116 • Karen Etheridge <ether@cpan.org>
117
118 • Leo Lapworth <leo@cuckoo.org>
119
120 • Chris Nehren <apeiron@cpan.org>
121
122 • Dan Book <grinnz@grinnz.com>
123
124 • Mohammad S Anwar <mohammad.anwar@yahoo.com>
125
126 • Olaf Alders <olaf@wundersolutions.com>
127
128 • Dan Book <grinnz@gmail.com>
129
130 • Rachel Kelly <rkellyalso@gmail.com>
131
132 • Shawn Sorichetti <shawn@coloredblocks.com>
133
134 • Rick Leir <rleir@leirtech.com>
135
136 • Tina Müller <cpan2@tinita.de>
137
139 This software is copyright (c) 2008 by Chris Prather.
140
141 This is free software; you can redistribute it and/or modify it under
142 the same terms as the Perl 5 programming language system itself.
143
144
145
146perl v5.38.0 2023-07-21 Task::Kensho::WebCrawling(3)