Hey.. I got a simple question !?!?!?
If I got a document I want to read.. it looks like this.
-pornchan
bla bla.
bla bla bla.
----------
-mychan
bla and bla.
bla bla blue.
----------
When I execute the perl script with "perl lame.pl mychan" then I want to print
bla and bla.
bla bla blue.
Thats my problem..
If many ways.. i want it to be fast.. pretty big file..
And one more question.....
Is there any way to check if "word" is in a line?
//wh3e
If I got a document I want to read.. it looks like this.
-pornchan
bla bla.
bla bla bla.
----------
-mychan
bla and bla.
bla bla blue.
----------
When I execute the perl script with "perl lame.pl mychan" then I want to print
bla and bla.
bla bla blue.
Thats my problem..
If many ways.. i want it to be fast.. pretty big file..
And one more question.....
Is there any way to check if "word" is in a line?
//wh3e