Help for this page

Select Code to Download


  1. or download this
    perl  -le"@a = <*.pl>; print for grep{ /\d{6}\./ } @a"
    
  2. or download this
    perl  -le" @a = <*.pl>; /\d{6}\./ and print for @a"