| | 4 | |
| | 5 | == Perl == |
| | 6 | |
| | 7 | * [http://riseuplabs.org/grimoire/development/cpan-debian-packages/ Building CPAN modules as debian packages] |
| | 8 | {{{ |
| | 9 | # apt-get install dh-make-perl gzip unzip tar wget |
| | 10 | # dh-make-perl --build --cpan Archive::Zip |
| | 11 | }}} |
| | 12 | * [http://debian.pkgs.cpan.org/ debian.pkgs.cpan.org] -- debified CPAN packages |
| | 13 | |
| | 14 | * Perl + SQLite |
| | 15 | * [http://mailliststock.wordpress.com/2007/03/01/sqlite-examples-with-bash-perl-and-python/ SQLite examples with Bash, Perl and Python] |
| | 16 | * Debian Package: [http://packages.debian.org/etch/libclass-dbi-sqlite-perl libclass-dbi-sqlite-perl] |
| | 17 | |
| | 18 | * Perl Stomp Client : [http://search.cpan.org/dist/Net-Stomp/lib/Net/Stomp.pm Net::Stomp] |