RSS | Module Info | Add a review of

0 out of 16 found this review helpful:

DataExtract-FixedWidth (0.02) *****

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


(more reviews of DataExtract-FixedWidth)

3 out of 3 found this review helpful:

HTML-TreeBuilder-XPath (0.09) **

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


(more reviews of HTML-TreeBuilder-XPath)

1 out of 17 found this review helpful:

PSQL-Query (0.01_02) *****

zomfg I LOVE IT!!!

Evan Carroll - 2007-09-05 08:52:08
Was this review helpful to you?  Yes No


(more reviews of PSQL-Query)

8 out of 20 found this review helpful:

Moose (0.24) *****

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


(more reviews of Moose)

1 out of 7 found this review helpful:

Catalyst-View-Email (0.04) **

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


(more reviews of Catalyst-View-Email)

6 out of 8 found this review helpful:

DBD-CSV (0.22)

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


(more reviews of DBD-CSV)


the camel