...Prinergy Updates - and they will store the dates they were installed
#!/usr/bin/perl
s/([A-Z]{1}[a-z]{2} [A-Z]{1}[a-z]{2} \d+ \d+:\d+:\d+ \d{4}).*{(.*)}/$PRINVER{$2} = $1/e while <DATA>;
while (($key, $value) = each %PRINVER) {
print "$key => $value\n";
}
__DATA__
blah
Prinergy Update...