Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings; use feature 'say';
    
    ...
    path/to/some/other/file
    path/to/SUBSTR/file #replace entire line if SUBSTRING is found
    path/to/file
    
  2. or download this
    path/to/some/file
    path/to/some/other/file
    path/to/FOO/file #replace entire line if FOOING is found
    path/to/file