I have a script that prints data sucessfully to a file. The file is in the form of:
USER 1
LOGIN date
MORE info
MORE info
USER 2
LOGIN date
MORE info
MORE info
USER3
etc...
what I want to do, and this part is easy is to do is
__BEGIN__
USER 1
LOGIN date
MORE info
MORE info
__END__
__BEGIN__
USER 2
LOGIN date
MORE info
MORE info
__END__
__BEGIN__
USER3
etc...
__END__
what im having trouble with at the moment is foreach set of __BEGIN__ and __END__ I want to process user1's info, then move onto user2, user3, etc...
Im thinking this is simple, but at the moment am coming up empty. I think Im thinking too hard as to what the problem actually is.
Thanks, Ted
**Update** I did see some nodes with similar problems, but Im not sure they are the same. (or) It could also be that Im just looking at it wrong.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.