- or download this
D:\>perl -e"die grep /6/, 3 .. 6,6,6"
666 at -e line 1.
- or download this
D:\>perl -e"die split 1, 121314"
234 at -e line 1.
...
2314 at -e line 1.
D:\>perl -e"die split 1, 121314, 4"
- or download this
my @matched_cve = map { split(',', $_) } @matched;