Visitors Map
il y a 200 jours
il y a 233 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 Facebook Google Plus StumbleUpon Twitter more...   Translate fr pt de it es ru ar zh-CN hi ja more...


"Go as far as you can see, and when you get there, you'll see farther." -- anonymous