Visitors Map
Quelques photos de la Fête de la Musique à Paris.
il y a 39 jours
Petite promenade sur les Champs en fleurs.
il y a 67 jours
Photos du Maroc (mieux vaut tard que jamais).
il y a 208 jours
Les photos de Moscou.
il y a 404 jours
Mes photos de Saint-Petersbourg.
il y a 404 jours
RSS Feed

Perl

Some useful (?) Perl scripts:

JavaInfo.pl
This script extracts the minor and major version numbers of each Java class file given in argument. It prints the raw values but also translates them into the publicly known Java version designation. The bytecode parsing is based on the second Java VM Specs.
self.pl
It's some kind of archiving program, like tar, but it creates self-extractable archives (Perl scripts that will recreate the original files). It's usage is very simple: give as arguments the name of each file you want to archive and the program will print the resulting Perl script. I use this program to package the sources of my small pieces of software with a command like:

$ self.pl Makefile *.h *.c > Sources.pl
Share E-mail Digg Facebook Google Buzz StumbleUpon Twitter more...   Translate fr pt de it es ru ar zh-CN hi ja more...


"94.5% of all statistics are made up." -- Woody Allen