Page MenuHomec4science

version.pl
No OneTemporary

File Metadata

Created
Thu, May 30, 17:06

version.pl

#!/usr/bin/env perl
use warnings;
use strict;
while (<>) {
if (/version=[\"\']((\d+\.\d+)\.\d+-?(\d+)?)[\"\']/) {
print "$1\n";
}
}

Event Timeline