Help for this page

Select Code to Download


  1. or download this
        /$re/ and print while <>
    
  2. or download this
    while( <> ) {
        while( /\b(\d+\.\d+\.\d+\.\d+)\b/g ) {
    ...
            }
        }
    }