hi

im wondering how i can make a subroutine that will return all text lines between 
certain marks such as START and STOP:

text file:

START
text
is here
and there
is
a
lot of it
STOP

so i would like to call the subroutine with the arguments START and STOP (because i 
may need more starts and stops later) and have the subroutine return the lines between 
START and STOP in a $.

i guess it should be pretty simple, however its out of my reach still :P

any help will be appreciated :) !

martin


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to