mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-03-04 19:13:29 +01:00
6 lines
60 B
Perl
6 lines
60 B
Perl
![]() |
while (<>) {
|
||
|
if (/version : '(.+)',/) {
|
||
|
print "$1";
|
||
|
}
|
||
|
}
|