Page MenuHomec4science

version.pl
No OneTemporary

File Metadata

Created
Fri, Sep 6, 01:54

version.pl

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

Event Timeline