Hi,
I'm a new Perl user. I need help. I have a txt. file that contains many sections (that are NOT of one format) that are separated by a certain sign, say %.
I need to create a database that for each of these sections extracts:
1. an e-mail address that is mentioned somewhere (random) in the section;
2. the number of words in the section;
3. The number of letters/characters in the section;
4. A number in the section that is likely to follow a certain string of letters.
Can someone tell me how to do this?
Thanks