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