Hi Fero45,
I can seperate the records with a blank line and do something as you show, that will work but what I'm trying to do is learn something and figure out if there is a way to just sperate the records as I was doing with:
$/=" number of tasks=";
When I do seperate the records I can then just use
$/="\n\n";
is there not anyway to do this without seperating the records with a new line?
Below is a example of what I'm doing with this one, the script below prints out what I want other than it ignores the tasks= value.
Main Topics
Browse All Topics





by: Fero45Posted on 2009-10-15 at 11:24:50ID: 25583297
Supposing you want to process the contents ;ike this
One
two
three
number of tasks=
four
five
six
seven
number of tasks=
eight
Try this:
Select allOpen in new window