in reply to Re^2: Copy rows of file to new document
in thread Copy rows of file to new document
What is $ +_? Do you mean $_?
If so, then you can omit it and use just: 'if( /(make)|(model)|(year)/ ) { print "$_"; }'.
Whether that fixes all your problems I doubt; but its one less to deal with.
|
|---|