or download this
open (PULLINFO, "$exName $executables{$exName}{'flag'} |") or die(
+"blasted cutthroats... can't they refrain from \"$! \"-ing?");
my @versInfo = <PULLINFO>;
...
if(/((?:\d+)(?:\.\d+)+)/){$executables{$exName}{"version"}
+ = $1;last FINDFO;}
}
}