Help for this page

Select Code to Download


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