Archive for August 8th, 2016

Teach Makefile.PL to use cpanm

Posted on August 8, 2016. Filed under: Uncategorized | Tags: , , , |

Teach Makefile.PL to use cpanm When writing perl modules, more often than not a few dependencies creep in … which makes it a wee bit awkward when developing the module, because I then have to somehow install these dependencies, and I would rather not get them all over the place but neatly in the module […]

Read Full Post | Make a Comment ( Comments Off on Teach Makefile.PL to use cpanm )

Perl’s Pegex Module: a great way to parse files by creating grammars

Posted on August 8, 2016. Filed under: Uncategorized | Tags: , , , , , , |

Perl’s Pegex Module: a great way to parse files by creating grammars We recently came across Pegex and found it to be an interesting module for parsing text data. Instead of using regular expressions directly, the user can write a grammar for the data to be parsed. The data can be automatically converted to a […]

Read Full Post | Make a Comment ( Comments Off on Perl’s Pegex Module: a great way to parse files by creating grammars )

Liked it here?
Why not try sites on the blogroll...