- or download this
<String>
<This is the firstline>
<This is the secondline>
- or download this
open (FH,"text.txt");
@lines=<FH>;
...
foreach $line (@repd){
print "$line\n";
}
- or download this
'<REPLACED>' //<String>->'<REPLACED>'
<This is the 'secondline_R'> // secondline->'secondline_R'