Help for this page

Select Code to Download


  1. or download this
    return grep s/^FOR_PRINT://, <FILE>;
    
  2. or download this
    return map /^FOR_PRINT(.*)/s, <FILE>;