RSS | Module Info | Add a review of

3 out of 3 found this review helpful:

URI (1.37) *****

A wonderful module that should be used in all code that deals with URIs and *must* be used in code that deals with URIs as entered by users or extracted from a document. I've seen too many problems in too much code that could be avoided simply by doing:

$uri_str = URI->new($uri_str)->canonical->as_string().

Vipul Ved Prakash - 2008-06-18 14:11:42
Was this review helpful to you?  Yes No


(more reviews of URI)

2 out of 2 found this review helpful:

Bloom-Filter (1.0) *****

Bloom::Filter is a great implementation of a brilliant concept. It's fast enough to use in production settings with large datasets. You can store the object with Storable after adding items to it - and load it up anywhere for lookups.

Vipul Ved Prakash - 2008-03-28 17:56:51
Was this review helpful to you?  Yes No


(more reviews of Bloom-Filter)

2 out of 2 found this review helpful:

Lingua-EN-Sentence (0.25) ****

Excellent sentence splitter - robust on poorly formed text and quite fast. I am processing gigabytes of data daily with this module.

Vipul Ved Prakash - 2008-03-19 02:28:12
Was this review helpful to you?  Yes No


(more reviews of Lingua-EN-Sentence)

5 out of 5 found this review helpful:

XML-Twig (3.32) *****

This is the first XML module that makes me want to work with XML and related formats in Perl. It parses large documents in linear time as promised and provides a simple, yet incredibly powerful interface. XML::Twig is significant achievement - as almost everything else on CPAN for parsing XML goofs the performance / interface complexity trade-off. Highly recommended.

Vipul Ved Prakash - 2008-03-19 01:20:31
Was this review helpful to you?  Yes No


(more reviews of XML-Twig)


the camel