Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^5: Insert and attach sequence of words in txt file if it exist in other file

by poj (Abbot)
on May 13, 2017 at 20:48 UTC ( [id://1190235]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Insert and attach sequence of words in txt file if it exist in other file
in thread Insert and attach sequence of words in txt file if it exist in other file

In that case just remove it, add text and then add it back

while (<FILE1>){ chomp; my @words = split /[ \.]/,$_; my @added; for (@words){ push @added,$file2{$_} if exists $file2{$_}; }; s/\.$//; print FILE3 $_,(join ' ',@added),".\n"; }
poj
  • Comment on Re^5: Insert and attach sequence of words in txt file if it exist in other file
  • Download Code

Replies are listed 'Best First'.
Re^6: Insert and attach sequence of words in txt file if it exist in other file
by shoura (Novice) on May 13, 2017 at 21:47 UTC
    sorry but that is what i have exactly in a.txt <title>The Original series began in 1864 and continues to the present.</title> and that i want in r.txt <title>The Original series began in 1864 and continues to the present serieszzgoodzznicezzsummer nightzzpresentzzfriends.</title>

      Are all the word sequences enclosed in title tags like that ?

      <title>The Original series began in 1864 and continues to the present.</title>
      

      If not please show more examples.

      poj
        <mun> <docm>195 </docm> <title> the best way </title> <dant> We moved this tree 15 km on a truck along the stretch between A +vinashi and Avinashipalayam.” V. Mahendran points to a hulking tree t +runk. </dant> <saf> We are at the Tiruppur Collectorate, and Mahendran, who works at + a leading Tiruppur apparel company, is telling me about the massive +tree planting drive across Tiruppur district that he is part of. </sa +f></mun>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1190235]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-19 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found