Help for this page

Select Code to Download


  1. or download this
    grep BLOCK LIST
    grep EXPR,LIST
    
  2. or download this
    scalar( grep m[\d{3}-\d{3}], values %batch_ids ) == 6;
    
  3. or download this
    scalar( grep { m[\d{3}-\d{3}] } values %batch_ids ) == 6;