mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 18:10:27 +01:00
6 lines
60 B
Perl
6 lines
60 B
Perl
|
while (<>) {
|
||
|
if (/version : '(.+)',/) {
|
||
|
print "$1";
|
||
|
}
|
||
|
}
|