| CPAN Ratings (Gamma) Reviews by Evan Carroll | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of
0 out of 16 found this review helpful:
oh my god. this is the best module on all of cpan. I use it in at least three places and it works like a shanker cuttin' through butta -- smooth operating.
Evan Carroll - 2008-05-05 08:11:14
Was this review helpful to you?
Yes
No
I was kind of disappointed because I thought this module would help eliminate some of the cruft and needless looping and checking for defined parent elements that the traditional HTML::TreeBuilder requires. It does not. It is fairly limited in its ability to just wrap a ->look_down call. You'll still have to map over lists returned and call $_->getValue() . I don't _think_ XPath differentiates between finding a node and finding a value, this module does, and that hurts usability.
This in my eyes should return a list of src attributes for all img elements that have class="mainPhoto"
$root->findvalue( '//img[@class="mainPhoto"]/@src' );
Instead you're left to do:
map $_->getValue('src')
, $root->findnodes( '//img[@class="mainVehiclePhoto"]/@src' )
;
Evan Carroll - 2008-01-22 10:05:10
Was this review helpful to you?
Yes
No
zomfg I LOVE IT!!!
Evan Carroll - 2007-09-05 08:52:08
Was this review helpful to you?
Yes
No
I totally revoke my last (negative) review. This is the best module ever.
The only thing lacking is the documentation which leaves the connections about the utility of the module to made by the reader. The bottom line is Moose is more than syntactic sugar, making everything lazy => 1, default => sub {}, leads to a whole new way to program. OOP without constructors (sub new{}) or destructors, a most elegant solution.
Evan Carroll - 2007-07-25 14:31:47
Was this review helpful to you?
Yes
No
Didn't work for me. Kept getting:
[error] Caught exception in Dealermade::V::Email->process "Not an ARRAY reference at /usr/share/perl/5.8/Net/SMTP.pm line 39."
Evan Carroll - 2007-07-25 14:28:28
Was this review helpful to you?
Yes
No
has thus far worked for all of my needs.
Evan Carroll - 2006-06-28 09:19:10
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|