brunotavares.net: ScrapBook

Notes. tech and a few thoughs

Entries Tagged ‘perl’:

Pikeo::API 1.00

It’s now on CPAN: http://search.cpan.org/~bmavt/Pikeo-API-1.00/lib/Pikeo/API.pm Project page still available: http://projects.brunotavares.net/projects/show/pikeoperlapi

Tags: ,

Leave a Comment

Maintaining your namespace clean in Perl

Some modules like XML::Simple export some functions by default into your namespace. Normally you don’t want this functions since the module has a OO interface; so, how to avoid the auto-export from taint your namespace ? You can, at include time, be careful and explicitly tell the module not to export anything by doing this: [...]

Tags:

Leave a Comment

Pikeo::API

At work we had the need to interact with Orange‘s Pikeo service. Pikeo is a Flickr like photo management/sharing service that has a REST API. We ended up making a, object oriented, Perl wrapper for the API. The Perl API project is here, will be published to cpan as soon as we finish the documentation. [...]

Tags: ,

Leave a Comment

Perl modules distributions

All over the year’s i’ve made several perl module distributions. I’ve used a diversity of tools to package the modules and create a cpan ready distribution. I’ve bumped into several issues with the makefiles and the packaging itself but, for sometime now, i’ve a recipe to create a fully cpan compliant distribuition without any manual [...]

Tags: ,

Leave a Comment

New tv_grab_pt version

Just solved a ugly memory leak in the grabber. It could take up to 250Mb of memory. You can find the latest version on xmltv cvs or on http://projects.brunotavares.net/projects/show/xmltvptgrabber.

Tags: , ,

Leave a Comment

Perl tutorials ….

Andava á procura de alguma informação sobre Class::DBI quando fui aqui dar. (ainda tabelei aqui pelo caminho) Depois de ler o que me interessava reparei que este site tem uma base de dados consideravel de tutorials de perl, mas atenção que nem todos sao para newbies. Tambem dá jeito como cookbook.

Tags:

Leave a Comment