Help for this page

Select Code to Download


  1. or download this
        @array=<FH>;
        $_=join('', @array);
        s/(word1)\n(word2)/$1 $2/g;
        @array=split(/\n/, $_);