Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        $line =~ s/data|=|detector//g;
        return $line;
    }
    
  2. or download this
    xyzzy
    data abc
    detector = data
    hooplah =
    enddata
    
  3. or download this
    C:\>perl a.pl test.txt > out.txt
    
  4. or download this
    xyzzy abc  hooplah end