in reply to revision number
It would help to give us an example of what you want to parse, and what you want to get out of it. I suspect that a few lines of Perl would do what you want without the weight of a full module. For example:
$VERSION = (qw$Revision: 1.1 $)[-1];
|
|---|