Help for this page

Select Code to Download


  1. or download this
    D:\>perl -e"die grep /6/, 3 .. 6,6,6"
    666 at -e line 1.
    
  2. 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"
    
  3. or download this
     my @matched_cve = map { split(',', $_) } @matched;