Help for this page

Select Code to Download


  1. or download this
    m/^M[A-Z]{3}/
    
  2. or download this
    perl -le'foreach ( <*.txt> ) { print if /^M[A-Z]{3}/ }'