Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: How to extract certain range of text and display it?

by soonix (Canon)
on Oct 15, 2013 at 08:44 UTC ( [id://1058270]=note: print w/replies, xml ) Need Help??


in reply to Re^4: How to extract certain range of text and display it?
in thread How to extract certain range of text and write into another file?

For example, I need to extract the $ NAME: sandy until $$.TO and then join with the contents inside $NAME: patrick which is start from G1 until $$SRU.
Your sample data seems to indicate that the data for each name starts with "$ NAME" and ends with a line ".EON", which is the base of our suggestions until now. The quoted sentence seems to indicate something different. So you should clarify:
  • how do you recognize which line belongs to which name (via $ NAME and .EON, or different)?
  • how do you determine which part of those lines for a particular name you are interested in?
  • [Update: additional question] do you need to preserve the order of these entries/lines?
  • Comment on Re^5: How to extract certain range of text and display it?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (1)
As of 2024-04-18 04:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found