Hi All!

How C-style buffer could be implemented in Perl?
I need to download text file into buffer, then find some text in it with regular expression, then store some text *before* the match and then search some text with regular expression again, but starting
from the end of the previous match till the end of the buffer.
Then stored matches should be precessed with another regexps.

Is it possible?


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to